Class: Google::Apis::DfareportingV2_1::ListFloodlightActivityGroupsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ListFloodlightActivityGroupsResponse
- 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
-
#floodlight_activity_groups ⇒ Array<Google::Apis::DfareportingV2_1::FloodlightActivityGroup>
Floodlight activity group collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#next_page_token ⇒ String
Pagination token to be used for the next list operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListFloodlightActivityGroupsResponse
constructor
A new instance of ListFloodlightActivityGroupsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
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_groups ⇒ Array<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 |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#floodlightActivityGroupsListResponse".
Corresponds to the JSON property kind
5456 5457 5458 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 5456 def kind @kind end |
#next_page_token ⇒ String
Pagination token to be used for the next list operation.
Corresponds to the JSON property nextPageToken
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 |