google_api_ad_exchange_buyer v0.11.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.Note View Source

A proposal may be associated to several notes.

Attributes

  • createTime (DateTime.t): Output only. The timestamp for when this note was created. Defaults to: null.
  • creatorRole (String.t): Output only. The role of the person (buyer/seller) creating the note. Defaults to: null.

    • Enum - one of [BUYER_SELLER_ROLE_UNSPECIFIED, BUYER, SELLER]
  • note (String.t): The actual note to attach. (max-length: 1024 unicode code units) Note: This field may be set only when creating the resource. Modifying this field while updating the resource will result in an error. Defaults to: null.
  • noteId (String.t): Output only. The unique ID for the note. Defaults to: null.
  • proposalRevision (String.t): Output only. The revision number of the proposal when the note is created. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.Note{
  createTime: DateTime.t(),
  creatorRole: any(),
  note: any(),
  noteId: any(),
  proposalRevision: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.