forem_openapi_client 1.0.1

Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out [DEV](https://www.dev.to). All endpoints can be accessed with the 'api-key' header and a accept header, but some of them are accessible publicly without authentication. Dates and date times, unless otherwise specified, must be in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format. Generated at 2023-04-10T05:06:38.929104+00:00
Documentation
# VideoArticle

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type_of** | Option<**String**> |  | [optional]
**id** | Option<**i64**> |  | [optional]
**path** | Option<**String**> |  | [optional]
**cloudinary_video_url** | Option<**String**> |  | [optional]
**title** | Option<**String**> |  | [optional]
**user_id** | Option<**i64**> |  | [optional]
**video_duration_in_minutes** | Option<**String**> |  | [optional]
**video_source_url** | Option<**String**> |  | [optional]
**user** | Option<[**crate::models::VideoArticleUser**]VideoArticle_user.md> |  | [optional]

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