GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AddNoteRequest (google_api_authorized_buyers_marketplace v0.7.0)

View Source

Request to add a note.

Attributes

  • note (type: GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Note.t, default: nil) - The note to add.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AddNoteRequest{
  note: GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Note.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.