public sealed class Parameter : IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class Parameter.
Definition for extended entitlement parameters.
Implements
IMessageParameter, IEquatableParameter, IDeepCloneableParameter, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Parameter()
public Parameter()
Parameter(Parameter)
public Parameter(Parameter other)
Parameter | |
---|---|
Name | Description |
other | Parameter |
Properties
Editable
public bool Editable { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Name of the parameter.
Property Value | |
---|---|
Type | Description |
string |
Value
public Value Value { get; set; }
Value of the parameter.
Property Value | |
---|---|
Type | Description |
Value |