Class: Google::Apis::DfareportingV2_6::ListMobileCarriersResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::ListMobileCarriersResponse
- 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
Mobile Carrier List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#mobile_carriers ⇒ Array<Google::Apis::DfareportingV2_6::MobileCarrier>
Mobile carrier collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListMobileCarriersResponse
constructor
A new instance of ListMobileCarriersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListMobileCarriersResponse
Returns a new instance of ListMobileCarriersResponse
7148 7149 7150 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7148 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#mobileCarriersListResponse".
Corresponds to the JSON property kind
7141 7142 7143 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7141 def kind @kind end |
#mobile_carriers ⇒ Array<Google::Apis::DfareportingV2_6::MobileCarrier>
Mobile carrier collection.
Corresponds to the JSON property mobileCarriers
7146 7147 7148 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7146 def mobile_carriers @mobile_carriers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7153 7154 7155 7156 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 7153 def update!(**args) @kind = args[:kind] if args.key?(:kind) @mobile_carriers = args[:mobile_carriers] if args.key?(:mobile_carriers) end |