Class: Google::Apis::DfareportingV3_0::MobileCarriersListResponse

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

Returns a new instance of MobileCarriersListResponse



7379
7380
7381
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7379

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)


7372
7373
7374
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7372

def kind
  @kind
end

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

Mobile carrier collection. Corresponds to the JSON property mobileCarriers



7377
7378
7379
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7377

def mobile_carriers
  @mobile_carriers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7384
7385
7386
7387
# File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7384

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