class Google::Apis::AdexchangebuyerV1_2::Creative::Correction

Attributes

details[RW]

Additional details about the correction. Corresponds to the JSON property `details` @return [Array<String>]

reason[RW]

The type of correction that was applied to the creative. Corresponds to the JSON property `reason` @return [String]

Public Class Methods

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