class Google::Apis::AuthorizedbuyersmarketplaceV1::AddCreativeRequest

Request message for adding creative to be used in the bidding process for the finalized deal.

Attributes

creative[RW]

Name of the creative to add to the finalized deal, in the format ‘buyers/` buyerAccountId`/creatives/`creativeId“. See creative.name. Corresponds to the JSON property `creative` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb, line 115
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 120
def update!(**args)
  @creative = args[:creative] if args.key?(:creative)
end