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 : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputValue
Input variable value.
Declaration
[JsonProperty("inputValue")]
public virtual object InputValue { get; set; }
Property Value
Type | Description |
---|---|
object |