Class TerraformVariable
A Terraform input variable.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class TerraformVariable : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
InputValue
Optional. Input variable value.
Declaration
[JsonProperty("inputValue")]
public virtual object InputValue { get; set; }Property Value
| Type | Description | 
|---|---|
| object |