Class: Google::Apis::DfareportingV2_1::ListFloodlightActivityGroupsResponse

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 Activity Group List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListFloodlightActivityGroupsResponse

Returns a new instance of ListFloodlightActivityGroupsResponse.



5463
5464
5465
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5463

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

Instance Attribute Details

#floodlight_activity_groupsArray<Google::Apis::DfareportingV2_1::FloodlightActivityGroup>

Floodlight activity group collection. Corresponds to the JSON property floodlightActivityGroups



5450
5451
5452
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5450

def floodlight_activity_groups
  @floodlight_activity_groups
end

#kindString

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

Returns:

  • (String)


5456
5457
5458
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5456

def kind
  @kind
end

#next_page_tokenString

Pagination token to be used for the next list operation. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


5461
5462
5463
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5461

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5468
5469
5470
5471
5472
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5468

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