class Google::Apis::Adexchangebuyer2V2beta1::ListPublisherProfilesResponse

Response message for profiles visible to the buyer.

Attributes

next_page_token[RW]

List pagination support Corresponds to the JSON property `nextPageToken` @return [String]

publisher_profiles[RW]

The list of matching publisher profiles. Corresponds to the JSON property `publisherProfiles` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::PublisherProfile>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2550
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2555
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @publisher_profiles = args[:publisher_profiles] if args.key?(:publisher_profiles)
end