Class: Google::Apis::DfareportingV3_4::MobileCarriersListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/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.



7896
7897
7898
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7896

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)


7889
7890
7891
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7889

def kind
  @kind
end

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

Mobile carrier collection. Corresponds to the JSON property mobileCarriers



7894
7895
7896
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7894

def mobile_carriers
  @mobile_carriers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7901
7902
7903
7904
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7901

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