Class: Google::Apis::DfareportingV2_3::ListFloodlightConfigurationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_3::ListFloodlightConfigurationsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_3/classes.rb,
generated/google/apis/dfareporting_v2_3/representations.rb,
generated/google/apis/dfareporting_v2_3/representations.rb
Overview
Floodlight Configuration List Response
Instance Attribute Summary collapse
-
#floodlight_configurations ⇒ Array<Google::Apis::DfareportingV2_3::FloodlightConfiguration>
Floodlight configuration collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListFloodlightConfigurationsResponse
constructor
A new instance of ListFloodlightConfigurationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListFloodlightConfigurationsResponse
Returns a new instance of ListFloodlightConfigurationsResponse
5746 5747 5748 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5746 def initialize(**args) update!(**args) end |
Instance Attribute Details
#floodlight_configurations ⇒ Array<Google::Apis::DfareportingV2_3::FloodlightConfiguration>
Floodlight configuration collection.
Corresponds to the JSON property floodlightConfigurations
5738 5739 5740 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5738 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
5744 5745 5746 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5744 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5751 5752 5753 5754 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5751 def update!(**args) @floodlight_configurations = args[:floodlight_configurations] if args.key?(:floodlight_configurations) @kind = args[:kind] if args.key?(:kind) end |