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

Constructor Details

#initialize(**args) ⇒ ConnectionTypesListResponse

Returns a new instance of ConnectionTypesListResponse.



2198
2199
2200
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2198

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



2190
2191
2192
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2190

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)


2196
2197
2198
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2196

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2203
2204
2205
2206
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 2203

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