Class: Google::Apis::DfareportingV3_4::FloodlightConfigurationsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/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.



6923
6924
6925
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6923

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

Instance Attribute Details

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

Floodlight configuration collection. Corresponds to the JSON property floodlightConfigurations



6915
6916
6917
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6915

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)


6921
6922
6923
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6921

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6928
6929
6930
6931
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 6928

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