google_api_ad_exchange_buyer v0.11.0 GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceNote View Source

A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.

Attributes

  • creatorRole (String.t): The role of the person (buyer/seller) creating the note. (readonly) Defaults to: null.
  • dealId (String.t): Notes can optionally be associated with a deal. (readonly, except on create) Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceNote". Defaults to: null.
  • note (String.t): The actual note to attach. (readonly, except on create) Defaults to: null.
  • noteId (String.t): The unique id for the note. (readonly) Defaults to: null.
  • proposalId (String.t): The proposalId that a note is attached to. (readonly) Defaults to: null.
  • proposalRevisionNumber (String.t): If the note is associated with a proposal revision number, then store that here. (readonly, except on create) Defaults to: null.
  • timestampMs (String.t): The timestamp (ms since epoch) that this note was created. (readonly) 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.V14.Model.MarketplaceNote{
  creatorRole: any(),
  dealId: any(),
  kind: any(),
  note: any(),
  noteId: any(),
  proposalId: any(),
  proposalRevisionNumber: any(),
  timestampMs: 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.