google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.Proposal View Source
Note: this resource requires whitelisting for access. Please contact your account manager for access to Marketplace resources. Represents a proposal in the Marketplace. A proposal is the unit of negotiation between a seller and a buyer and contains deals which are served. Note: you can not update, create, or otherwise modify Private Auction or Preferred Deals deals through the API. Fields are updatable unless noted otherwise.
Attributes
- billedBuyer (Buyer): Reference to the buyer that will get billed for this proposal. @OutputOnly Defaults to:
null
. - buyer (Buyer): Reference to the buyer on the proposal. 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
. - buyerContacts ([ContactInformation]): Contact information for the buyer. Defaults to:
null
. - buyerPrivateData (PrivateData): Private data for buyer. (hidden from seller). Defaults to:
null
. - deals ([Deal]): The deals associated with this proposal. For Private Auction proposals (whose deals have NonGuaranteedAuctionTerms), there will only be one deal. Defaults to:
null
. - displayName (String.t): The name for the proposal. Defaults to:
null
. - isRenegotiating (boolean()): True if the proposal is being renegotiated. @OutputOnly Defaults to:
null
. - isSetupComplete (boolean()): True, if the buyside inventory setup is complete for this proposal. @OutputOnly Defaults to:
null
. lastUpdaterOrCommentorRole (String.t): The role of the last user that either updated the proposal or left a comment. @OutputOnly Defaults to:
null
.- Enum - one of [BUYER_SELLER_ROLE_UNSPECIFIED, BUYER, SELLER]
- notes ([Note]): The notes associated with this proposal. @OutputOnly Defaults to:
null
. originatorRole (String.t): Indicates whether the buyer/seller created the proposal. @OutputOnly Defaults to:
null
.- Enum - one of [BUYER_SELLER_ROLE_UNSPECIFIED, BUYER, SELLER]
- privateAuctionId (String.t): Private auction ID if this proposal is a private auction proposal. @OutputOnly Defaults to:
null
. - proposalId (String.t): The unique ID of the proposal. @OutputOnly Defaults to:
null
. - proposalRevision (String.t): The revision number for the proposal. Each update to the proposal or the deal causes the proposal revision number to auto-increment. The buyer keeps track of the last revision number they know of and pass it in when making an update. If the head revision number on the server has since incremented, then an ABORTED error is returned during the update operation to let the buyer know that a subsequent update was made. @OutputOnly Defaults to:
null
. proposalState (String.t): The current state of the proposal. @OutputOnly Defaults to:
null
.- Enum - one of [PROPOSAL_STATE_UNSPECIFIED, PROPOSED, BUYER_ACCEPTED, SELLER_ACCEPTED, CANCELED, FINALIZED]
- seller (Seller): Reference to the seller on the proposal. 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
. - sellerContacts ([ContactInformation]): Contact information for the seller. @OutputOnly Defaults to:
null
. - updateTime (DateTime.t): The time when the proposal was last revised. @OutputOnly Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.Proposal{
billedBuyer: GoogleApi.AdExchangeBuyer.V2beta1.Model.Buyer.t(),
buyer: GoogleApi.AdExchangeBuyer.V2beta1.Model.Buyer.t(),
buyerContacts: [
GoogleApi.AdExchangeBuyer.V2beta1.Model.ContactInformation.t()
],
buyerPrivateData: GoogleApi.AdExchangeBuyer.V2beta1.Model.PrivateData.t(),
deals: [GoogleApi.AdExchangeBuyer.V2beta1.Model.Deal.t()],
displayName: any(),
isRenegotiating: any(),
isSetupComplete: any(),
lastUpdaterOrCommentorRole: any(),
notes: [GoogleApi.AdExchangeBuyer.V2beta1.Model.Note.t()],
originatorRole: any(),
privateAuctionId: any(),
proposalId: any(),
proposalRevision: any(),
proposalState: any(),
seller: GoogleApi.AdExchangeBuyer.V2beta1.Model.Seller.t(),
sellerContacts: [
GoogleApi.AdExchangeBuyer.V2beta1.Model.ContactInformation.t()
],
updateTime: DateTime.t()
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.Proposal{ billedBuyer: GoogleApi.AdExchangeBuyer.V2beta1.Model.Buyer.t(), buyer: GoogleApi.AdExchangeBuyer.V2beta1.Model.Buyer.t(), buyerContacts: [ GoogleApi.AdExchangeBuyer.V2beta1.Model.ContactInformation.t() ], buyerPrivateData: GoogleApi.AdExchangeBuyer.V2beta1.Model.PrivateData.t(), deals: [GoogleApi.AdExchangeBuyer.V2beta1.Model.Deal.t()], displayName: any(), isRenegotiating: any(), isSetupComplete: any(), lastUpdaterOrCommentorRole: any(), notes: [GoogleApi.AdExchangeBuyer.V2beta1.Model.Note.t()], originatorRole: any(), privateAuctionId: any(), proposalId: any(), proposalRevision: any(), proposalState: any(), seller: GoogleApi.AdExchangeBuyer.V2beta1.Model.Seller.t(), sellerContacts: [ GoogleApi.AdExchangeBuyer.V2beta1.Model.ContactInformation.t() ], updateTime: DateTime.t() }
Link to this section Functions
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.