Class: Google::Apis::DfareportingV3_5::MobileCarriersListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v3_5/classes.rb,
lib/google/apis/dfareporting_v3_5/representations.rb,
lib/google/apis/dfareporting_v3_5/representations.rb

Overview

Mobile Carrier List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MobileCarriersListResponse

Returns a new instance of MobileCarriersListResponse.



7544
7545
7546
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7544

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#mobileCarriersListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


7537
7538
7539
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7537

def kind
  @kind
end

#mobile_carriersArray<Google::Apis::DfareportingV3_5::MobileCarrier>

Mobile carrier collection. Corresponds to the JSON property mobileCarriers



7542
7543
7544
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7542

def mobile_carriers
  @mobile_carriers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7549
7550
7551
7552
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 7549

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @mobile_carriers = args[:mobile_carriers] if args.key?(:mobile_carriers)
end