google_api_ad_exchange_buyer v0.15.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
nil
. - creatorRole (String.t): Output only. The role of the person (buyer/seller) creating the note. Defaults to
nil
. - 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 nil
.
- noteId (String.t): Output only. The unique ID for the note. Defaults to
nil
. - proposalRevision (String.t): Output only. The revision number of the proposal when the note is created. Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.Note{
createTime: DateTime.t(),
creatorRole: String.t(),
note: String.t(),
noteId: String.t(),
proposalRevision: String.t()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.