Voting helps other researchers find interesting modules.
An AttachmentProto contains structured data of a client-specified type. An attachment is uniquely identified by the combination of its attachment_id and client_name_space fields.
attachmentId
String.t
nil
clientNameSpace
comment
messages
GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
typeId
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreAttachmentsAttachmentProto{ attachmentId: String.t() | nil, clientNameSpace: String.t() | nil, comment: String.t() | nil, messages: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, typeId: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()