Class: Google::Apis::DfareportingV3_1::MobileCarriersListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_1::MobileCarriersListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_1/classes.rb,
generated/google/apis/dfareporting_v3_1/representations.rb,
generated/google/apis/dfareporting_v3_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::DfareportingV3_1::MobileCarrier>
Mobile carrier collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MobileCarriersListResponse
constructor
A new instance of MobileCarriersListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MobileCarriersListResponse
Returns a new instance of MobileCarriersListResponse
7520 7521 7522 |
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 7520 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
7513 7514 7515 |
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 7513 def kind @kind end |
#mobile_carriers ⇒ Array<Google::Apis::DfareportingV3_1::MobileCarrier>
Mobile carrier collection.
Corresponds to the JSON property mobileCarriers
7518 7519 7520 |
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 7518 def mobile_carriers @mobile_carriers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7525 7526 7527 7528 |
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 7525 def update!(**args) @kind = args[:kind] if args.key?(:kind) @mobile_carriers = args[:mobile_carriers] if args.key?(:mobile_carriers) end |