Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::Parameter.
Definition for extended entitlement parameters.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#editable
def editable() -> ::Boolean
Returns
- (::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.
#name
def name() -> ::String
Returns
- (::String) — Name of the parameter.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the parameter.
Returns
- (::String) — Name of the parameter.
#value
def value() -> ::Google::Cloud::Channel::V1::Value
Returns
- (::Google::Cloud::Channel::V1::Value) — Value of the parameter.
#value=
def value=(value) -> ::Google::Cloud::Channel::V1::Value
Parameter
- value (::Google::Cloud::Channel::V1::Value) — Value of the parameter.
Returns
- (::Google::Cloud::Channel::V1::Value) — Value of the parameter.