class Google::Apis::AuthorizedbuyersmarketplaceV1::AcceptProposalRequest

Request to accept a proposal. Accepting a proposal implies acceptance of the publisher terms_and_conditions, if any.

Attributes

proposal_revision[RW]

The last known client revision number of the proposal. Corresponds to the JSON property ‘proposalRevision` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 35
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 40
def update!(**args)
  @proposal_revision = args[:proposal_revision] if args.key?(:proposal_revision)
end