Class: Google::Apis::DfareportingV2_6::ListConnectionTypesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::ListConnectionTypesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/representations.rb
Overview
Connection Type List Response
Instance Attribute Summary collapse
-
#connection_types ⇒ Array<Google::Apis::DfareportingV2_6::ConnectionType>
Collection of connection types such as broadband and mobile.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListConnectionTypesResponse
constructor
A new instance of ListConnectionTypesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListConnectionTypesResponse
Returns a new instance of ListConnectionTypesResponse.
2149 2150 2151 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 2149 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connection_types ⇒ Array<Google::Apis::DfareportingV2_6::ConnectionType>
Collection of connection types such as broadband and mobile.
Corresponds to the JSON property connectionTypes
2141 2142 2143 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 2141 def connection_types @connection_types end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string “
dfareporting#connectionTypesListResponse”.
Corresponds to the JSON property kind
2147 2148 2149 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 2147 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2154 2155 2156 2157 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 2154 def update!(**args) @connection_types = args[:connection_types] if args.key?(:connection_types) @kind = args[:kind] if args.key?(:kind) end |