# ActionVariable

ActionVariable return value of the query API

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | **string** | the value of the variable | [optional] [default to undefined]
**name** | **string** | the name of the variable | [optional] [default to undefined]
**owner_id** | **number** | the owner to which the variable belongs | [optional] [default to undefined]
**repo_id** | **number** | the repository to which the variable belongs | [optional] [default to undefined]

## Example

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

const instance: ActionVariable = {
    data,
    name,
    owner_id,
    repo_id,
};
```

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