class Google::Apis::CloudcommerceprocurementV1::ApproveEntitlementRequest

Request message for [PartnerProcurementService.ApproveEntitlement[].

Attributes

properties[RW]

Set of properties that should be associated with the entitlement. Optional. Corresponds to the JSON property `properties` @return [Hash<String,String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudcommerceprocurement_v1/classes.rb, line 190
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 195
def update!(**args)
  @properties = args[:properties] if args.key?(:properties)
end