Class: Google::Apis::DfareportingV2_5::ListCountriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_5::ListCountriesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_5/classes.rb,
generated/google/apis/dfareporting_v2_5/representations.rb,
generated/google/apis/dfareporting_v2_5/representations.rb
Overview
Country List Response
Instance Attribute Summary collapse
-
#countries ⇒ Array<Google::Apis::DfareportingV2_5::Country>
Country collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListCountriesResponse
constructor
A new instance of ListCountriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListCountriesResponse
Returns a new instance of ListCountriesResponse.
2463 2464 2465 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 2463 def initialize(**args) update!(**args) end |
Instance Attribute Details
#countries ⇒ Array<Google::Apis::DfareportingV2_5::Country>
Country collection.
Corresponds to the JSON property countries
2455 2456 2457 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 2455 def countries @countries end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#countriesListResponse".
Corresponds to the JSON property kind
2461 2462 2463 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 2461 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2468 2469 2470 2471 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 2468 def update!(**args) @countries = args[:countries] if args.key?(:countries) @kind = args[:kind] if args.key?(:kind) end |