Class: Google::Cloud::Channel::V1::Parameter

Inherits:
Object
  • Object
show all
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

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.

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.



128
129
130
131
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 128

class Parameter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Name of the parameter.

Returns:

  • (::String)

    Name of the parameter.



128
129
130
131
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 128

class Parameter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::Google::Cloud::Channel::V1::Value

Returns Value of the parameter.

Returns:



128
129
130
131
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 128

class Parameter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end