Cloud Channel v1 API - Class Parameter (2.16.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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.