Cloud Channel v1 API - Class Parameter (2.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 |
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 |
|