google_api_ad_exchange_buyer v0.5.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.Note View Source
A proposal may be associated to several notes.
Attributes
- createTime (DateTime.t): The timestamp for when this note was created. @OutputOnly Defaults to:
null
. creatorRole (String.t): The role of the person (buyer/seller) creating the note. @OutputOnly 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): The unique ID for the note. @OutputOnly Defaults to:
null
. - proposalRevision (String.t): The revision number of the proposal when the note is created. @OutputOnly 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()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.Note{
createTime: DateTime.t(),
creatorRole: any(),
note: any(),
noteId: any(),
proposalRevision: any()
}
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
Unwrap a decoded JSON object into its complex fields.