Class: Google::Apis::DfareportingV2_6::ListFloodlightConfigurationsResponse

Inherits:
Object
  • Object
show all
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

Floodlight Configuration List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListFloodlightConfigurationsResponse

Returns a new instance of ListFloodlightConfigurationsResponse.



6227
6228
6229
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6227

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#floodlight_configurationsArray<Google::Apis::DfareportingV2_6::FloodlightConfiguration>

Floodlight configuration collection. Corresponds to the JSON property floodlightConfigurations



6219
6220
6221
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6219

def floodlight_configurations
  @floodlight_configurations
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#floodlightConfigurationsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


6225
6226
6227
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6225

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6232
6233
6234
6235
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6232

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