Class: Google::Apis::AdexchangebuyerV1_3::Creative::Correction

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_3/classes.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Correction

Returns a new instance of Correction.



499
500
501
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 499

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#detailsArray<String>

Additional details about the correction. Corresponds to the JSON property details

Returns:

  • (Array<String>)


492
493
494
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 492

def details
  @details
end

#reasonString

The type of correction that was applied to the creative. Corresponds to the JSON property reason

Returns:

  • (String)


497
498
499
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 497

def reason
  @reason
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



504
505
506
507
# File 'generated/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