GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Note (google_api_authorized_buyers_marketplace v0.2.0) View Source
A text note attached to the proposal to facilitate the communication between buyers and sellers.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. When this note was created. -
creatorRole(type:String.t, default:nil) - Output only. The role who created the note. -
note(type:String.t, default:nil) - The text of the note. Maximum length is 1024 characters.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Note{
createTime: DateTime.t() | nil,
creatorRole: String.t() | nil,
note: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.