Name | Type | Description | Notes |
---|---|---|---|
Ingest | Pointer to VideoStatusIngest | [optional] | |
Encoding | Pointer to VideoStatusEncoding | [optional] |
func NewVideoStatus() *VideoStatus
NewVideoStatus instantiates a new VideoStatus 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 NewVideoStatusWithDefaults() *VideoStatus
NewVideoStatusWithDefaults instantiates a new VideoStatus 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 *VideoStatus) GetIngest() VideoStatusIngest
GetIngest returns the Ingest field if non-nil, zero value otherwise.
func (o *VideoStatus) GetIngestOk() (*VideoStatusIngest, bool)
GetIngestOk returns a tuple with the Ingest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VideoStatus) SetIngest(v VideoStatusIngest)
SetIngest sets Ingest field to given value.
func (o *VideoStatus) HasIngest() bool
HasIngest returns a boolean if a field has been set.
func (o *VideoStatus) GetEncoding() VideoStatusEncoding
GetEncoding returns the Encoding field if non-nil, zero value otherwise.
func (o *VideoStatus) GetEncodingOk() (*VideoStatusEncoding, bool)
GetEncodingOk returns a tuple with the Encoding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VideoStatus) SetEncoding(v VideoStatusEncoding)
SetEncoding sets Encoding field to given value.
func (o *VideoStatus) HasEncoding() bool
HasEncoding returns a boolean if a field has been set.