# RunCreateCloudRunConfig

Configuration for the cloud run, if applicable

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**browser** | **string** | The browser to be used for the cloud run | [optional] [default to undefined]

## Example

```typescript
import { RunCreateCloudRunConfig } from 'qase-api-client';

const instance: RunCreateCloudRunConfig = {
    browser,
};
```

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