Class: Google::Apis::DfareportingV2_1::ListMobileCarriersResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ListMobileCarriersResponse
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/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_1::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::Hashable
Constructor Details
#initialize(**args) ⇒ ListMobileCarriersResponse
Returns a new instance of ListMobileCarriersResponse.
6490 6491 6492 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6490 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
6483 6484 6485 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6483 def kind @kind end |
#mobile_carriers ⇒ Array<Google::Apis::DfareportingV2_1::MobileCarrier>
Mobile carrier collection.
Corresponds to the JSON property mobileCarriers
6488 6489 6490 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6488 def mobile_carriers @mobile_carriers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6495 6496 6497 6498 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6495 def update!(**args) @kind = args[:kind] unless args[:kind].nil? @mobile_carriers = args[:mobile_carriers] unless args[:mobile_carriers].nil? end |