Class GoogleCloudChannelV1alpha1Parameter
Definition for extended entitlement parameters.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1alpha1Parameter : 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 GoogleCloudChannelV1alpha1Value Value { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1alpha1Value |