Class: Google::Apis::DfareportingV4::MobileCarriersListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::MobileCarriersListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/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::DfareportingV4::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.
Constructor Details
#initialize(**args) ⇒ MobileCarriersListResponse
Returns a new instance of MobileCarriersListResponse.
8112 8113 8114 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8112 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
8105 8106 8107 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8105 def kind @kind end |
#mobile_carriers ⇒ Array<Google::Apis::DfareportingV4::MobileCarrier>
Mobile carrier collection.
Corresponds to the JSON property mobileCarriers
8110 8111 8112 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8110 def mobile_carriers @mobile_carriers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8117 8118 8119 8120 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8117 def update!(**args) @kind = args[:kind] if args.key?(:kind) @mobile_carriers = args[:mobile_carriers] if args.key?(:mobile_carriers) end |