Class SslPoliciesListAvailableFeaturesResponse
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SslPoliciesListAvailableFeaturesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Features
Declaration
[JsonProperty("features")]
public virtual IList<string> Features { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |