Class: Google::Apis::DfareportingV3_3::AdvertiserGroupsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb

Overview

Advertiser Group List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AdvertiserGroupsListResponse

Returns a new instance of AdvertiserGroupsListResponse.



1182
1183
1184
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1182

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

Instance Attribute Details

#advertiser_groupsArray<Google::Apis::DfareportingV3_3::AdvertiserGroup>

Advertiser group collection. Corresponds to the JSON property advertiserGroups



1169
1170
1171
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1169

def advertiser_groups
  @advertiser_groups
end

#kindString

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

Returns:

  • (String)


1175
1176
1177
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1175

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)


1180
1181
1182
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1180

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1187
1188
1189
1190
1191
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 1187

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