Class: Google::Apis::DfareportingV4::FloodlightConfigurationsListResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FloodlightConfigurationsListResponse

Returns a new instance of FloodlightConfigurationsListResponse.



6764
6765
6766
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 6764

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

Instance Attribute Details

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

Floodlight configuration collection. Corresponds to the JSON property floodlightConfigurations



6756
6757
6758
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 6756

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)


6762
6763
6764
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 6762

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6769
6770
6771
6772
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 6769

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