Show / Hide Table of Contents

Class GoogleCloudChannelV1Parameter

Definition for extended entitlement parameters.

Inheritance
object
GoogleCloudChannelV1Parameter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1Parameter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Editable

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.

Declaration
[JsonProperty("editable")]
public virtual bool? Editable { get; set; }
Property Value
Type Description
bool?

Name

Name of the parameter.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Value

Value of the parameter.

Declaration
[JsonProperty("value")]
public virtual GoogleCloudChannelV1Value Value { get; set; }
Property Value
Type Description
GoogleCloudChannelV1Value

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX