class Google::Apis::AdexchangebuyerV1_3::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_3/classes.rb, line 499 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_3/classes.rb, line 504 def update!(**args) @details = args[:details] if args.key?(:details) @reason = args[:reason] if args.key?(:reason) end