class Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter
Definition for extended entitlement parameters.
Attributes
Output only. Specifies whether this parameter is allowed to be changed. For example, for a Google
Workspace Business Starter entitlement in commitment plan, num_units is editable when entitlement is active. Corresponds to the JSON property `editable` @return [Boolean]
Output only. Specifies whether this parameter is allowed to be changed. For example, for a Google
Workspace Business Starter entitlement in commitment plan, num_units is editable when entitlement is active. Corresponds to the JSON property `editable` @return [Boolean]
Name of the parameter. Corresponds to the JSON property `name` @return [String]
Data type and value of a parameter. Corresponds to the JSON property `value` @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Value]
Public Class Methods
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1530 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1535 def update!(**args) @editable = args[:editable] if args.key?(:editable) @name = args[:name] if args.key?(:name) @value = args[:value] if args.key?(:value) end