Class: Google::Apis::AdexchangebuyerV1_4::GetOrdersResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::GetOrdersResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb
Instance Attribute Summary collapse
-
#proposals ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Proposal>
The list of matching proposals.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetOrdersResponse
constructor
A new instance of GetOrdersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetOrdersResponse
Returns a new instance of GetOrdersResponse
1865 1866 1867 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1865 def initialize(**args) update!(**args) end |
Instance Attribute Details
#proposals ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Proposal>
The list of matching proposals.
Corresponds to the JSON property proposals
1863 1864 1865 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1863 def proposals @proposals end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1870 1871 1872 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1870 def update!(**args) @proposals = args[:proposals] if args.key?(:proposals) end |