class Google::Apis::AdexchangebuyerV1_4::Creative::Correction

Attributes

contexts[RW]

All known serving contexts containing serving status information. Corresponds to the JSON property `contexts` @return [Array<Google::Apis::AdexchangebuyerV1_4::Creative::Correction::Context>]

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_4/classes.rb, line 777
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 782
def update!(**args)
  @contexts = args[:contexts] if args.key?(:contexts)
  @details = args[:details] if args.key?(:details)
  @reason = args[:reason] if args.key?(:reason)
end