# CreatePushMirrorOption


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interval** | **string** |  | [optional] [default to undefined]
**remote_address** | **string** |  | [optional] [default to undefined]
**remote_password** | **string** |  | [optional] [default to undefined]
**remote_username** | **string** |  | [optional] [default to undefined]
**sync_on_commit** | **boolean** |  | [optional] [default to undefined]
**use_ssh** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: CreatePushMirrorOption = {
    interval,
    remote_address,
    remote_password,
    remote_username,
    sync_on_commit,
    use_ssh,
};
```

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