View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Note (google_api_authorized_buyers_marketplace v0.4.0)

A text note attached to the proposal to facilitate the communication between buyers and sellers.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. When this note was created.
  • creatorRole (type: String.t, default: nil) - Output only. The role who created the note.
  • note (type: String.t, default: nil) - The text of the note. Maximum length is 1024 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Note{
  createTime: DateTime.t() | nil,
  creatorRole: String.t() | nil,
  note: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.