Class: Google::Apis::DfareportingV3_4::ConnectionTypesListResponse

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

Connection Type List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConnectionTypesListResponse

Returns a new instance of ConnectionTypesListResponse.



2330
2331
2332
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2330

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

Instance Attribute Details

#connection_typesArray<Google::Apis::DfareportingV3_4::ConnectionType>

Collection of connection types such as broadband and mobile. Corresponds to the JSON property connectionTypes



2322
2323
2324
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2322

def connection_types
  @connection_types
end

#kindString

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

Returns:

  • (String)


2328
2329
2330
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2328

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2335
2336
2337
2338
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 2335

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