Class: Google::Apis::Adexchangebuyer2V2beta1::PauseProposalRequest
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::PauseProposalRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb
Overview
Request message to pause serving for an already-finalized proposal.
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason why the proposal is being paused.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PauseProposalRequest
constructor
A new instance of PauseProposalRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PauseProposalRequest
Returns a new instance of PauseProposalRequest
3052 3053 3054 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3052 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reason ⇒ String
The reason why the proposal is being paused.
This human readable message will be displayed in the seller's UI.
(Max length: 100 unicode code units.)
Corresponds to the JSON property reason
3050 3051 3052 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3050 def reason @reason end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3057 3058 3059 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3057 def update!(**args) @reason = args[:reason] if args.key?(:reason) end |