class Google::Apis::CloudcommerceprocurementV1::SuspendEntitlementRequest
Request message for ParterProcurementService.SuspendEntitlement. This is not yet supported.
Attributes
reason[RW]
A free-form reason string, explaining the reason for suspension request. Corresponds to the JSON property `reason` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudcommerceprocurement_v1/classes.rb, line 538 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudcommerceprocurement_v1/classes.rb, line 543 def update!(**args) @reason = args[:reason] if args.key?(:reason) end