Cloud Channel v1 API - Class Parameter (2.11.0)

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.

Inheritance

object > Parameter

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

Parameter()

public Parameter()

Parameter(Parameter)

public Parameter(Parameter other)
Parameter
NameDescription
otherParameter

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
TypeDescription
bool

Name

public string Name { get; set; }

Name of the parameter.

Property Value
TypeDescription
string

Value

public Value Value { get; set; }

Value of the parameter.

Property Value
TypeDescription
Value