class Google::Apis::AdexchangebuyerV1_4::GetOrdersResponse

Attributes

proposals[RW]

The list of matching proposals. Corresponds to the JSON property `proposals` @return [Array<Google::Apis::AdexchangebuyerV1_4::Proposal>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1549
def update!(**args)
  @proposals = args[:proposals] if args.key?(:proposals)
end