Name | Type | Description | Notes |
---|---|---|---|
Limit | Pointer to int32 | [optional] | |
Metadata | Pointer to []Metadata | [optional] | |
Offset | Pointer to int32 | [optional] | |
OrderBy | Pointer to string | [optional] | |
Search | Pointer to string | [optional] | |
SortBy | Pointer to string | [optional] | |
Status | Pointer to string | [optional] | |
Tags | Pointer to []string | [optional] |
func NewGetVideoListRequest() *GetVideoListRequest
NewGetVideoListRequest instantiates a new GetVideoListRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetVideoListRequestWithDefaults() *GetVideoListRequest
NewGetVideoListRequestWithDefaults instantiates a new GetVideoListRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetVideoListRequest) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *GetVideoListRequest) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVideoListRequest) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *GetVideoListRequest) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *GetVideoListRequest) GetMetadata() []Metadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *GetVideoListRequest) GetMetadataOk() (*[]Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVideoListRequest) SetMetadata(v []Metadata)
SetMetadata sets Metadata field to given value.
func (o *GetVideoListRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *GetVideoListRequest) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *GetVideoListRequest) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVideoListRequest) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *GetVideoListRequest) HasOffset() bool
HasOffset returns a boolean if a field has been set.
func (o *GetVideoListRequest) GetOrderBy() string
GetOrderBy returns the OrderBy field if non-nil, zero value otherwise.
func (o *GetVideoListRequest) GetOrderByOk() (*string, bool)
GetOrderByOk returns a tuple with the OrderBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVideoListRequest) SetOrderBy(v string)
SetOrderBy sets OrderBy field to given value.
func (o *GetVideoListRequest) HasOrderBy() bool
HasOrderBy returns a boolean if a field has been set.
func (o *GetVideoListRequest) GetSearch() string
GetSearch returns the Search field if non-nil, zero value otherwise.
func (o *GetVideoListRequest) GetSearchOk() (*string, bool)
GetSearchOk returns a tuple with the Search field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVideoListRequest) SetSearch(v string)
SetSearch sets Search field to given value.
func (o *GetVideoListRequest) HasSearch() bool
HasSearch returns a boolean if a field has been set.
func (o *GetVideoListRequest) GetSortBy() string
GetSortBy returns the SortBy field if non-nil, zero value otherwise.
func (o *GetVideoListRequest) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVideoListRequest) SetSortBy(v string)
SetSortBy sets SortBy field to given value.
func (o *GetVideoListRequest) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (o *GetVideoListRequest) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetVideoListRequest) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVideoListRequest) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *GetVideoListRequest) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *GetVideoListRequest) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GetVideoListRequest) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVideoListRequest) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GetVideoListRequest) HasTags() bool
HasTags returns a boolean if a field has been set.