View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.Note (google_api_ad_exchange_buyer v0.41.0)

A proposal may be associated to several notes.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The timestamp for when this note was created.
  • creatorRole (type: String.t, default: nil) - Output only. The role of the person (buyer/seller) creating the note.
  • note (type: String.t, default: nil) - 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.
  • noteId (type: String.t, default: nil) - Output only. The unique ID for the note.
  • proposalRevision (type: String.t, default: nil) - Output only. The revision number of the proposal when the note is created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.Note{
  createTime: DateTime.t() | nil,
  creatorRole: String.t() | nil,
  note: String.t() | nil,
  noteId: String.t() | nil,
  proposalRevision: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.