Figler.Schema.PrototypeInteraction (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for PrototypeInteraction.

Summary

Types

t()

@type t() :: %Figler.Schema.PrototypeInteraction{
  actions: [Figler.Schema.PrototypeAction.t()] | nil,
  event: Figler.Schema.PrototypeEvent.t() | nil,
  id: Figler.Schema.GUID.t() | nil,
  is_deleted: boolean() | nil,
  state_management_version: integer() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()