class Google::Apis::AuthorizedbuyersmarketplaceV1::ListPublisherProfilesResponse

Response message for profiles visible to the buyer.

Attributes

next_page_token[RW]

Token to fetch the next page of results. 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::AuthorizedbuyersmarketplaceV1::PublisherProfile>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 1125
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