Class: Google::Apis::DfareportingV3_0::FloodlightConfigurationsListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DfareportingV3_0::FloodlightConfigurationsListResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_0/classes.rb,
 generated/google/apis/dfareporting_v3_0/representations.rb,
 generated/google/apis/dfareporting_v3_0/representations.rb
Overview
Floodlight Configuration List Response
Instance Attribute Summary collapse
- 
  
    
      #floodlight_configurations  ⇒ Array<Google::Apis::DfareportingV3_0::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. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FloodlightConfigurationsListResponse
Returns a new instance of FloodlightConfigurationsListResponse
| 6488 6489 6490 | # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 6488 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#floodlight_configurations ⇒ Array<Google::Apis::DfareportingV3_0::FloodlightConfiguration>
Floodlight configuration collection.
Corresponds to the JSON property floodlightConfigurations
| 6480 6481 6482 | # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 6480 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
| 6486 6487 6488 | # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 6486 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 6493 6494 6495 6496 | # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 6493 def update!(**args) @floodlight_configurations = args[:floodlight_configurations] if args.key?(:floodlight_configurations) @kind = args[:kind] if args.key?(:kind) end |