# PostApiV4AdminCiVariablesRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **string** | The key of the variable. Max 255 characters | [default to undefined]
**value** | **string** | The value of a variable | [default to undefined]
**_protected** | **boolean** | Whether the variable is protected | [optional] [default to undefined]
**masked** | **boolean** | Whether the variable is masked | [optional] [default to undefined]
**raw** | **boolean** | Whether the variable will be expanded | [optional] [default to undefined]
**variable_type** | **string** | The type of a variable. Available types are: env_var (default) and file | [optional] [default to undefined]

## Example

```typescript
import { PostApiV4AdminCiVariablesRequest } from 'berg';

const instance: PostApiV4AdminCiVariablesRequest = {
    key,
    value,
    _protected,
    masked,
    raw,
    variable_type,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
