# AttachmentHash


## Properties

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

## Example

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

const instance: AttachmentHash = {
    size,
    mime,
    filename,
    url,
    hash,
};
```

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