Class: Google::Apis::AdexchangebuyerV1_4::Creative::ServingRestriction::DisapprovalReason
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::Creative::ServingRestriction::DisapprovalReason
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb
Instance Attribute Summary collapse
-
#details ⇒ Array<String>
Additional details about the reason for disapproval.
-
#reason ⇒ String
The categorized reason for disapproval.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisapprovalReason
constructor
A new instance of DisapprovalReason.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DisapprovalReason
Returns a new instance of DisapprovalReason
1106 1107 1108 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1106 def initialize(**args) update!(**args) end |
Instance Attribute Details
#details ⇒ Array<String>
Additional details about the reason for disapproval.
Corresponds to the JSON property details
1099 1100 1101 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1099 def details @details end |
#reason ⇒ String
The categorized reason for disapproval.
Corresponds to the JSON property reason
1104 1105 1106 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1104 def reason @reason end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1111 1112 1113 1114 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1111 def update!(**args) @details = args[:details] if args.key?(:details) @reason = args[:reason] if args.key?(:reason) end |