class Google::Apis::Adexchangebuyer2V2beta1::Disapproval
Output only. The reason and details for a disapproval.
Attributes
details[RW]
Additional details about the reason for disapproval. Corresponds to the JSON property `details` @return [Array<String>]
reason[RW]
The categorized reason for disapproval. Corresponds to the JSON property `reason` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 1521 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 1526 def update!(**args) @details = args[:details] if args.key?(:details) @reason = args[:reason] if args.key?(:reason) end