Class ListTerraformVersionsResponse
The response message for the ListTerraformVersions
method.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ListTerraformVersionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to be supplied to the next ListTerraformVersions request via page_token
to obtain the next set of
results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TerraformVersions
List of TerraformVersions.
Declaration
[JsonProperty("terraformVersions")]
public virtual IList<TerraformVersion> TerraformVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<TerraformVersion> |
Unreachable
Unreachable resources, if any.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |