class Google::Apis::Adexchangebuyer2V2beta1::AcceptProposalRequest
Request to accept a proposal.
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/adexchangebuyer2_v2beta1/classes.rb, line 76 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 81 def update!(**args) @proposal_revision = args[:proposal_revision] if args.key?(:proposal_revision) end