google_api_ad_exchange_buyer v0.30.1 GoogleApi.AdExchangeBuyer.V2beta1.Model.Note View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.Note{ createTime: DateTime.t(), creatorRole: String.t(), note: String.t(), noteId: String.t(), proposalRevision: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.