Name | Type | Description | Notes |
---|---|---|---|
Uri | Pointer to string | [optional] | |
Src | Pointer to string | The link to your VTT file, which contains your chapters information for the video. | [optional] |
Language | Pointer to string | [optional] |
func NewChapter() *Chapter
NewChapter instantiates a new Chapter 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 NewChapterWithDefaults() *Chapter
NewChapterWithDefaults instantiates a new Chapter 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 *Chapter) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *Chapter) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Chapter) SetUri(v string)
SetUri sets Uri field to given value.
func (o *Chapter) HasUri() bool
HasUri returns a boolean if a field has been set.
func (o *Chapter) GetSrc() string
GetSrc returns the Src field if non-nil, zero value otherwise.
func (o *Chapter) GetSrcOk() (*string, bool)
GetSrcOk returns a tuple with the Src field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Chapter) SetSrc(v string)
SetSrc sets Src field to given value.
func (o *Chapter) HasSrc() bool
HasSrc returns a boolean if a field has been set.
func (o *Chapter) GetLanguage() string
GetLanguage returns the Language field if non-nil, zero value otherwise.
func (o *Chapter) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Chapter) SetLanguage(v string)
SetLanguage sets Language field to given value.
func (o *Chapter) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.