class Google::Apis::CloudcommerceprocurementV1::ApproveEntitlementPlanChangeRequest
Request message for [PartnerProcurementService.ApproveEntitlementPlanChange[].
Attributes
pending_plan_name[RW]
Name of the pending plan that is being approved. Required. Corresponds to the JSON property `pendingPlanName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudcommerceprocurement_v1/classes.rb, line 171 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 176 def update!(**args) @pending_plan_name = args[:pending_plan_name] if args.key?(:pending_plan_name) end