# APIEntitiesCiVariable

API_Entities_Ci_Variable model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**variable_type** | **string** |  | [optional] [default to undefined]
**key** | **string** |  | [optional] [default to undefined]
**value** | **string** |  | [optional] [default to undefined]
**_protected** | **boolean** |  | [optional] [default to undefined]
**masked** | **boolean** |  | [optional] [default to undefined]
**raw** | **boolean** |  | [optional] [default to undefined]
**environment_scope** | **string** |  | [optional] [default to undefined]

## Example

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

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

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