# Attachmentupload


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hash** | **string** |  | [optional] [default to undefined]
**filename** | **string** |  | [optional] [default to undefined]
**mime** | **string** |  | [optional] [default to undefined]
**extension** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]
**team** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: Attachmentupload = {
    hash,
    filename,
    mime,
    extension,
    url,
    team,
};
```

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