Class: Google::Apis::DfareportingV2_8::FloodlightConfigurationsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_8::FloodlightConfigurationsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_8/classes.rb,
generated/google/apis/dfareporting_v2_8/representations.rb,
generated/google/apis/dfareporting_v2_8/representations.rb
Overview
Floodlight Configuration List Response
Instance Attribute Summary collapse
-
#floodlight_configurations ⇒ Array<Google::Apis::DfareportingV2_8::FloodlightConfiguration>
Floodlight configuration collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FloodlightConfigurationsListResponse
constructor
A new instance of FloodlightConfigurationsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FloodlightConfigurationsListResponse
Returns a new instance of FloodlightConfigurationsListResponse
6397 6398 6399 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6397 def initialize(**args) update!(**args) end |
Instance Attribute Details
#floodlight_configurations ⇒ Array<Google::Apis::DfareportingV2_8::FloodlightConfiguration>
Floodlight configuration collection.
Corresponds to the JSON property floodlightConfigurations
6389 6390 6391 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6389 def floodlight_configurations @floodlight_configurations end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#floodlightConfigurationsListResponse".
Corresponds to the JSON property kind
6395 6396 6397 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6395 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6402 6403 6404 6405 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 6402 def update!(**args) @floodlight_configurations = args[:floodlight_configurations] if args.key?(:floodlight_configurations) @kind = args[:kind] if args.key?(:kind) end |