class Google::Apis::AdexchangebuyerV1_4::CreativeDealIds::DealStatus

Attributes

arc_status[RW]

ARC approval status. Corresponds to the JSON property `arcStatus` @return [String]

deal_id[RW]

External deal ID. Corresponds to the JSON property `dealId` @return [Fixnum]

web_property_id[RW]

Publisher ID. Corresponds to the JSON property `webPropertyId` @return [Fixnum]

Public Class Methods

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