Class: Google::Apis::DfareportingV2_6::ListRegionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::ListRegionsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/representations.rb
Overview
Region List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#regions ⇒ Array<Google::Apis::DfareportingV2_6::Region>
Region collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListRegionsResponse
constructor
A new instance of ListRegionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListRegionsResponse
Returns a new instance of ListRegionsResponse
9249 9250 9251 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9249 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#regionsListResponse".
Corresponds to the JSON property kind
9242 9243 9244 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9242 def kind @kind end |
#regions ⇒ Array<Google::Apis::DfareportingV2_6::Region>
Region collection.
Corresponds to the JSON property regions
9247 9248 9249 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9247 def regions @regions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9254 9255 9256 9257 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9254 def update!(**args) @kind = args[:kind] if args.key?(:kind) @regions = args[:regions] if args.key?(:regions) end |