public sealed class Parameter : IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class Parameter.
Definition for extended entitlement parameters.
Implements
IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, 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 |
Boolean |
|
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 |
|