class Google::Apis::DisplayvideoV1::ListFirstAndThirdPartyAudiencesResponse
Attributes
first_and_third_party_audiences[RW]
The list of first and third party audiences. Audience size properties will not be included. This list will be absent if empty. Corresponds to the JSON property `firstAndThirdPartyAudiences` @return [Array<Google::Apis::DisplayvideoV1::FirstAndThirdPartyAudience>]
next_page_token[RW]
A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListFirstAndThirdPartyAudiences` method to retrieve the next page of results. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 6469 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 6474 def update!(**args) @first_and_third_party_audiences = args[:first_and_third_party_audiences] if args.key?(:first_and_third_party_audiences) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end