# CreateExternalFileProperties


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content_type** | **string** | File MIME content type | [default to undefined]
**name** | **string** | File name | [default to undefined]
**size** | **number** | File size in bytes | [default to undefined]
**url** | **string** | External file URL | [default to undefined]

## Example

```typescript
import { CreateExternalFileProperties } from 'chatkitty';

const instance: CreateExternalFileProperties = {
    content_type,
    name,
    size,
    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)
