Class PreviewFeatureStatus
[Output Only] The status of the feature.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PreviewFeatureStatus : IDirectResponseSchema
Properties
Description
[Output Only] The description of the feature.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HelpLink
[Output Only] Link to the public documentation for the feature.
Declaration
[JsonProperty("helpLink")]
public virtual string HelpLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ReleaseStatus
Declaration
[JsonProperty("releaseStatus")]
public virtual PreviewFeatureStatusReleaseStatus ReleaseStatus { get; set; }
Property Value
Type | Description |
---|---|
PreviewFeatureStatusReleaseStatus |