Class AcceptProposalRequest
Request to accept a proposal. Accepting a proposal implies acceptance of the publisher terms_and_conditions, if any.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class AcceptProposalRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProposalRevision
The last known client revision number of the proposal.
Declaration
[JsonProperty("proposalRevision")]
public virtual long? ProposalRevision { get; set; }
Property Value
Type | Description |
---|---|
long? |