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

Copy Markdown View Source

Generated Kiwi message module for SharedSymbolReference.

Summary

Types

t()

@type t() :: %Figler.Schema.SharedSymbolReference{
  bytes: binary() | nil,
  component_key: String.t() | nil,
  file_key: String.t() | nil,
  guid_path_mappings: [Figler.Schema.GUIDPathMapping.t()] | nil,
  is_unflattened: boolean() | nil,
  library_guid_to_subscribing_guid: [Figler.Schema.GUIDMapping.t()] | nil,
  symbol_id: Figler.Schema.GUID.t() | nil,
  unflattening_mappings: [Figler.Schema.GUIDPathMapping.t()] | nil,
  version_hash: String.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()