# EditAttachmentOptions

EditAttachmentOptions options for editing attachments

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**browser_download_url** | **string** | (Can only be set if existing attachment is of external type) | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: EditAttachmentOptions = {
    browser_download_url,
    name,
};
```

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