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

Copy Markdown View Source

Generated Kiwi message module for BuzzApprovalRequestInfo.

Summary

Types

t()

@type t() :: %Figler.Schema.BuzzApprovalRequestInfo{
  assets_in_request: [Figler.Schema.GUID.t()] | nil,
  note: String.t() | nil,
  request_id: String.t() | nil,
  requested_at: non_neg_integer() | nil,
  requester_user_id: String.t() | nil,
  reviewer_user_ids: [String.t()] | nil,
  title: String.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()