class Google::Apis::AdexchangebuyerV1_4::CreativeDealIds
The external deal ids associated with a creative.
Attributes
deal_statuses[RW]
A list of external deal ids and ARC approval status. Corresponds to the JSON property `dealStatuses` @return [Array<Google::Apis::AdexchangebuyerV1_4::CreativeDealIds::DealStatus>]
kind[RW]
Resource type. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1185 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 1190 def update!(**args) @deal_statuses = args[:deal_statuses] if args.key?(:deal_statuses) @kind = args[:kind] if args.key?(:kind) end