class Google::Apis::Adexchangebuyer2V2beta1::PauseProposalRequest

Request message to pause serving for an already-finalized proposal.

Attributes

reason[RW]

The reason why the proposal is being paused. This human readable message will be displayed in the seller's UI. (Max length: 1000 unicode code units.) 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 3009
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 3014
def update!(**args)
  @reason = args[:reason] if args.key?(:reason)
end