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.
8090 8091 8092 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8090 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
8083 8084 8085 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8083 def kind @kind end |
#mobile_carriers ⇒ Array<Google::Apis::DfareportingV4::MobileCarrier>
Mobile carrier collection.
Corresponds to the JSON property mobileCarriers
8088 8089 8090 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8088 def mobile_carriers @mobile_carriers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8095 8096 8097 8098 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8095 def update!(**args) @kind = args[:kind] if args.key?(:kind) @mobile_carriers = args[:mobile_carriers] if args.key?(:mobile_carriers) end |