Class: Google::Apis::DfareportingV2_1::ListFloodlightConfigurationsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable
Defined in:
generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/representations.rb

Overview

Floodlight Configuration List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListFloodlightConfigurationsResponse

Returns a new instance of ListFloodlightConfigurationsResponse.



5671
5672
5673
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5671

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

Instance Attribute Details

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

Floodlight configuration collection. Corresponds to the JSON property floodlightConfigurations



5663
5664
5665
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5663

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)


5669
5670
5671
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5669

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5676
5677
5678
5679
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5676

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