valname:kotlin.String=name_example// kotlin.String | The name of the account (`chocobozzz` or `chocobozzz@example.org` for example)
valcategoryOneOf:OneOfLessThanIntegerCommaArrayGreaterThan=// OneOfLessThanIntegerCommaArrayGreaterThan | category id of the video (see /videos/categories)
valname:kotlin.String=chocobozzz|chocobozzz@example.org// kotlin.String | The name of the account
valcategoryOneOf:OneOfLessThanIntegerCommaArrayGreaterThan=// OneOfLessThanIntegerCommaArrayGreaterThan | category id of the video (see [/videos/categories](#tag/Video/paths/~1videos~1categories/get))
valtagsOneOf:OneOfLessThanStringCommaArrayGreaterThan=// OneOfLessThanStringCommaArrayGreaterThan | tag(s) of the video
valtagsAllOf:OneOfLessThanStringCommaArrayGreaterThan=// OneOfLessThanStringCommaArrayGreaterThan | tag(s) of the video, where all should be present in the video
vallicenceOneOf:OneOfLessThanIntegerCommaArrayGreaterThan=// OneOfLessThanIntegerCommaArrayGreaterThan | licence id of the video (see /videos/licences)
vallanguageOneOf:OneOfLessThanStringCommaArrayGreaterThan=// OneOfLessThanStringCommaArrayGreaterThan | language id of the video (see /videos/languages). Use `_unknown` to filter on videos that don't have a video language
vallicenceOneOf:OneOfLessThanIntegerCommaArrayGreaterThan=// OneOfLessThanIntegerCommaArrayGreaterThan | licence id of the video (see [/videos/licences](#tag/Video/paths/~1videos~1licences/get))
vallanguageOneOf:OneOfLessThanStringCommaArrayGreaterThan=// OneOfLessThanStringCommaArrayGreaterThan | language id of the video (see [/videos/languages](#tag/Video/paths/~1videos~1languages/get)). Use `_unknown` to filter on videos that don't have a video language
valnsfw:kotlin.String=nsfw_example// kotlin.String | whether to include nsfw videos, if any
valfilter:kotlin.String=filter_example// kotlin.String | Special filters (local for instance) which might require special rights: * `local` - only videos local to the instance * `all-local` - only videos local to the instance, but showing private and unlisted videos (requires Admin privileges)
valskipCount:kotlin.String=skipCount_example// kotlin.String | if you don't need the `total` in the response
**name** | **kotlin.String**| The name of the account (`chocobozzz` or `chocobozzz@example.org` for example) |
**categoryOneOf** | [**OneOfLessThanIntegerCommaArrayGreaterThan**](.md)| category id of the video (see /videos/categories) | [optional]
**name** | **kotlin.String**| The name of the account |
**categoryOneOf** | [**OneOfLessThanIntegerCommaArrayGreaterThan**](.md)| category id of the video (see [/videos/categories](#tag/Video/paths/~1videos~1categories/get)) | [optional]
**tagsOneOf** | [**OneOfLessThanStringCommaArrayGreaterThan**](.md)| tag(s) of the video | [optional]
**tagsAllOf** | [**OneOfLessThanStringCommaArrayGreaterThan**](.md)| tag(s) of the video, where all should be present in the video | [optional]
**licenceOneOf** | [**OneOfLessThanIntegerCommaArrayGreaterThan**](.md)| licence id of the video (see /videos/licences) | [optional]
**languageOneOf** | [**OneOfLessThanStringCommaArrayGreaterThan**](.md)| language id of the video (see /videos/languages). Use `_unknown` to filter on videos that don't have a video language | [optional]
**licenceOneOf** | [**OneOfLessThanIntegerCommaArrayGreaterThan**](.md)| licence id of the video (see [/videos/licences](#tag/Video/paths/~1videos~1licences/get)) | [optional]
**languageOneOf** | [**OneOfLessThanStringCommaArrayGreaterThan**](.md)| language id of the video (see [/videos/languages](#tag/Video/paths/~1videos~1languages/get)). Use `_unknown` to filter on videos that don't have a video language | [optional]
**nsfw** | **kotlin.String**| whether to include nsfw videos, if any | [optional] [enum: true, false]
**filter** | **kotlin.String**| Special filters (local for instance) which might require special rights: * `local` - only videos local to the instance *`all-local` - only videos local to the instance, but showing private and unlisted videos (requires Admin privileges) | [optional] [enum: local, all-local]
**skipCount** | **kotlin.String**| if you don't need the `total` in the response | [optional] [default to "false"] [enum: true, false]
**start** | **kotlin.Int**| Offset used to paginate results | [optional]
**count** | **kotlin.Int**| Number of items to return | [optional]
**count** | **kotlin.Int**| Number of items to return | [optional] [default to 15]
valnsfw:kotlin.String=nsfw_example// kotlin.String | whether to include nsfw videos, if any
valfilter:kotlin.String=filter_example// kotlin.String | Special filters (local for instance) which might require special rights: * `local` - only videos local to the instance * `all-local` - only videos local to the instance, but showing private and unlisted videos (requires Admin privileges)
**nsfw** | **kotlin.String**| whether to include nsfw videos, if any | [optional] [enum: true, false]
**filter** | **kotlin.String**| Special filters (local for instance) which might require special rights: * `local` - only videos local to the instance *`all-local` - only videos local to the instance, but showing private and unlisted videos (requires Admin privileges) | [optional] [enum: local, all-local]
**score** | [**java.math.BigDecimal**](java.math.BigDecimal.md) | score reflecting the reachability of the actor, with steps of `10` and a base score of `1000`. | [optional]