Class: Google::Apis::DfareportingV3_3::ConnectionTypesListResponse

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

Overview

Connection Type 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) ⇒ ConnectionTypesListResponse

Returns a new instance of ConnectionTypesListResponse.



2278
2279
2280
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2278

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

Instance Attribute Details

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

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



2270
2271
2272
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2270

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)


2276
2277
2278
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2276

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2283
2284
2285
2286
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2283

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