# CreateVariable
## Properties
**path** | **String** | The path to the variable |
**value** | **String** | The value of the variable |
**is_secret** | **bool** | Whether the variable is a secret |
**description** | **String** | The description of the variable |
**account** | Option<**i32**> | The account identifier | [optional]
**is_oauth** | Option<**bool**> | Whether the variable is an OAuth variable | [optional]
**expires_at** | Option<**String**> | The expiration date of the variable | [optional]
**labels** | Option<**Vec<String>**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)