Class: Google::Apis::DfareportingV2_5::ListMobileCarriersResponse

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

Overview

Mobile Carrier List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListMobileCarriersResponse

Returns a new instance of ListMobileCarriersResponse.



6950
6951
6952
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6950

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)


6943
6944
6945
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6943

def kind
  @kind
end

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

Mobile carrier collection. Corresponds to the JSON property mobileCarriers



6948
6949
6950
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6948

def mobile_carriers
  @mobile_carriers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6955
6956
6957
6958
# File 'generated/google/apis/dfareporting_v2_5/classes.rb', line 6955

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