Show / Hide Table of Contents

Class PreviewFeatureStatus

[Output Only] The status of the feature.

Inheritance
object
PreviewFeatureStatus
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX