# AttachmentGet


## Properties

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

## Example

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

const instance: AttachmentGet = {
    hash,
    file,
    mime,
    size,
    extension,
    full_path,
    url,
};
```

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