Class: Google::Apis::DfareportingV2_5::ListMetrosResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_5::ListMetrosResponse
- 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
Metro List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#metros ⇒ Array<Google::Apis::DfareportingV2_5::Metro>
Metro collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListMetrosResponse
constructor
A new instance of ListMetrosResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListMetrosResponse
Returns a new instance of ListMetrosResponse
6880 6881 6882 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6880 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#metrosListResponse".
Corresponds to the JSON property kind
6873 6874 6875 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6873 def kind @kind end |
#metros ⇒ Array<Google::Apis::DfareportingV2_5::Metro>
Metro collection.
Corresponds to the JSON property metros
6878 6879 6880 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6878 def metros @metros end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6885 6886 6887 6888 |
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6885 def update!(**args) @kind = args[:kind] if args.key?(:kind) @metros = args[:metros] if args.key?(:metros) end |