class Google::Apis::AdexchangebuyerV1_4::GetPublisherProfilesByAccountIdResponse
Attributes
profiles[RW]
Profiles for the requested publisher Corresponds to the JSON property `profiles` @return [Array<Google::Apis::AdexchangebuyerV1_4::PublisherProfileApiProto>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1923 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1928 def update!(**args) @profiles = args[:profiles] if args.key?(:profiles) end