Class: Google::Cloud::Channel::V1::Parameter
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::Parameter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/entitlements.rb
Overview
Definition for extended entitlement parameters.
Instance Attribute Summary collapse
-
#editable ⇒ ::Boolean
readonly
Output only.
-
#name ⇒ ::String
Name of the parameter.
-
#value ⇒ ::Google::Cloud::Channel::V1::Value
Value of the parameter.
Instance Attribute Details
#editable ⇒ ::Boolean (readonly)
Returns 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.
145 146 147 148 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 145 class Parameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |