class Google::Apis::Adexchangebuyer2V2beta1::Correction
Output only. Shows any corrections that were applied to this creative.
Attributes
contexts[RW]
The contexts for the correction. Corresponds to the JSON property `contexts` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::ServingContext>]
details[RW]
Additional details about what was corrected. Corresponds to the JSON property `details` @return [Array<String>]
type[RW]
The type of correction that was applied to the creative. Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 640 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 645 def update!(**args) @contexts = args[:contexts] if args.key?(:contexts) @details = args[:details] if args.key?(:details) @type = args[:type] if args.key?(:type) end