Class: Google::Apis::DfareportingV4::FloodlightConfigurationsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::FloodlightConfigurationsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb
Overview
Floodlight Configuration List Response
Instance Attribute Summary collapse
-
#floodlight_configurations ⇒ Array<Google::Apis::DfareportingV4::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.
Constructor Details
#initialize(**args) ⇒ FloodlightConfigurationsListResponse
Returns a new instance of FloodlightConfigurationsListResponse.
7892 7893 7894 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7892 def initialize(**args) update!(**args) end |
Instance Attribute Details
#floodlight_configurations ⇒ Array<Google::Apis::DfareportingV4::FloodlightConfiguration>
Floodlight configuration collection.
Corresponds to the JSON property floodlightConfigurations
7884 7885 7886 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7884 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
7890 7891 7892 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7890 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7897 7898 7899 7900 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7897 def update!(**args) @floodlight_configurations = args[:floodlight_configurations] if args.key?(:floodlight_configurations) @kind = args[:kind] if args.key?(:kind) end |