# BaseFile


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**r2Path** | **string** |  | [default to undefined]
**source** | [**FileSource**](FileSource.md) |  | [default to undefined]
**kilobytes** | **number** |  | [default to undefined]
**url** | **string** |  | [optional] [default to undefined]
**_public** | **boolean** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

```typescript
import { BaseFile } from '@connectedxm/admin-sdk';

const instance: BaseFile = {
    id,
    name,
    r2Path,
    source,
    kilobytes,
    url,
    _public,
    createdAt,
    updatedAt,
};
```

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