Documentation
¶
Index ¶
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type AddPlayerThemesToVideoRequest
- func (o *AddPlayerThemesToVideoRequest) GetPlayerThemeId() string
- func (o *AddPlayerThemesToVideoRequest) GetPlayerThemeIdOk() (*string, bool)
- func (o *AddPlayerThemesToVideoRequest) GetVideoId() string
- func (o *AddPlayerThemesToVideoRequest) GetVideoIdOk() (*string, bool)
- func (o *AddPlayerThemesToVideoRequest) HasPlayerThemeId() bool
- func (o *AddPlayerThemesToVideoRequest) HasVideoId() bool
- func (o *AddPlayerThemesToVideoRequest) SetPlayerThemeId(v string)
- func (o *AddPlayerThemesToVideoRequest) SetVideoId(v string)
- type AddVideoToPlaylistRequest
- type ApiKey
- func (o *ApiKey) GetCreatedAt() string
- func (o *ApiKey) GetCreatedAtOk() (*string, bool)
- func (o *ApiKey) GetExpiredAt() string
- func (o *ApiKey) GetExpiredAtOk() (*string, bool)
- func (o *ApiKey) GetId() string
- func (o *ApiKey) GetIdOk() (*string, bool)
- func (o *ApiKey) GetLastRequestedAt() string
- func (o *ApiKey) GetLastRequestedAtOk() (*string, bool)
- func (o *ApiKey) GetName() string
- func (o *ApiKey) GetNameOk() (*string, bool)
- func (o *ApiKey) GetPublicKey() string
- func (o *ApiKey) GetPublicKeyOk() (*string, bool)
- func (o *ApiKey) GetSecret() string
- func (o *ApiKey) GetSecretOk() (*string, bool)
- func (o *ApiKey) GetTruncatedSecret() string
- func (o *ApiKey) GetTruncatedSecretOk() (*string, bool)
- func (o *ApiKey) GetTtl() string
- func (o *ApiKey) GetTtlOk() (*string, bool)
- func (o *ApiKey) GetType() string
- func (o *ApiKey) GetTypeOk() (*string, bool)
- func (o *ApiKey) GetUpdatedAt() string
- func (o *ApiKey) GetUpdatedAtOk() (*string, bool)
- func (o *ApiKey) GetUser() User
- func (o *ApiKey) GetUserOk() (*User, bool)
- func (o *ApiKey) HasCreatedAt() bool
- func (o *ApiKey) HasExpiredAt() bool
- func (o *ApiKey) HasId() bool
- func (o *ApiKey) HasLastRequestedAt() bool
- func (o *ApiKey) HasName() bool
- func (o *ApiKey) HasPublicKey() bool
- func (o *ApiKey) HasSecret() bool
- func (o *ApiKey) HasTruncatedSecret() bool
- func (o *ApiKey) HasTtl() bool
- func (o *ApiKey) HasType() bool
- func (o *ApiKey) HasUpdatedAt() bool
- func (o *ApiKey) HasUser() bool
- func (o *ApiKey) SetCreatedAt(v string)
- func (o *ApiKey) SetExpiredAt(v string)
- func (o *ApiKey) SetId(v string)
- func (o *ApiKey) SetLastRequestedAt(v string)
- func (o *ApiKey) SetName(v string)
- func (o *ApiKey) SetPublicKey(v string)
- func (o *ApiKey) SetSecret(v string)
- func (o *ApiKey) SetTruncatedSecret(v string)
- func (o *ApiKey) SetTtl(v string)
- func (o *ApiKey) SetType(v string)
- func (o *ApiKey) SetUpdatedAt(v string)
- func (o *ApiKey) SetUser(v User)
- type ApiKeyApiListRequest
- func (r ApiKeyApiListRequest) Limit(limit int32) ApiKeyApiListRequest
- func (r ApiKeyApiListRequest) Offset(offset int32) ApiKeyApiListRequest
- func (r ApiKeyApiListRequest) OrderBy(orderBy string) ApiKeyApiListRequest
- func (r ApiKeyApiListRequest) Search(search string) ApiKeyApiListRequest
- func (r ApiKeyApiListRequest) SortBy(sortBy string) ApiKeyApiListRequest
- type ApiKeyService
- func (s *ApiKeyService) Create(request CreateApiKeyRequest) (*CreateApiKeyResponse, error)
- func (s *ApiKeyService) CreateWithContext(ctx context.Context, request CreateApiKeyRequest) (*CreateApiKeyResponse, error)
- func (s *ApiKeyService) Delete(id string) (*ResponseSuccess, error)
- func (s *ApiKeyService) DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *ApiKeyService) List(r ApiKeyApiListRequest) (*GetApiKeysResponse, error)
- func (s *ApiKeyService) ListWithContext(ctx context.Context, r ApiKeyApiListRequest) (*GetApiKeysResponse, error)
- func (s *ApiKeyService) Update(id string, request RenameAPIKeyRequest) (*ResponseSuccess, error)
- func (s *ApiKeyService) UpdateWithContext(ctx context.Context, id string, request RenameAPIKeyRequest) (*ResponseSuccess, error)
- type ApiKeyServiceI
- type Asset
- func (o *Asset) GetLogoImageLink() string
- func (o *Asset) GetLogoImageLinkOk() (*string, bool)
- func (o *Asset) GetLogoLink() string
- func (o *Asset) GetLogoLinkOk() (*string, bool)
- func (o *Asset) HasLogoImageLink() bool
- func (o *Asset) HasLogoLink() bool
- func (o *Asset) SetLogoImageLink(v string)
- func (o *Asset) SetLogoLink(v string)
- type AudioConfig
- func (o *AudioConfig) GetBitrate() int32
- func (o *AudioConfig) GetBitrateOk() (*int32, bool)
- func (o *AudioConfig) GetChannels() string
- func (o *AudioConfig) GetChannelsOk() (*string, bool)
- func (o *AudioConfig) GetCodec() string
- func (o *AudioConfig) GetCodecOk() (*string, bool)
- func (o *AudioConfig) GetIndex() int32
- func (o *AudioConfig) GetIndexOk() (*int32, bool)
- func (o *AudioConfig) GetLanguage() string
- func (o *AudioConfig) GetLanguageOk() (*string, bool)
- func (o *AudioConfig) GetSampleRate() int32
- func (o *AudioConfig) GetSampleRateOk() (*int32, bool)
- func (o *AudioConfig) HasBitrate() bool
- func (o *AudioConfig) HasChannels() bool
- func (o *AudioConfig) HasCodec() bool
- func (o *AudioConfig) HasIndex() bool
- func (o *AudioConfig) HasLanguage() bool
- func (o *AudioConfig) HasSampleRate() bool
- func (o *AudioConfig) SetBitrate(v int32)
- func (o *AudioConfig) SetChannels(v string)
- func (o *AudioConfig) SetCodec(v string)
- func (o *AudioConfig) SetIndex(v int32)
- func (o *AudioConfig) SetLanguage(v string)
- func (o *AudioConfig) SetSampleRate(v int32)
- type AuthCredentials
- type Builder
- func (cb *Builder) ApplicationName(applicationName string) *Builder
- func (cb *Builder) ApplicationVersion(applicationVersion string) *Builder
- func (cb *Builder) BaseURL(url string) *Builder
- func (cb *Builder) BearerToken(token string) *Builder
- func (cb *Builder) Build() *Client
- func (cb *Builder) HTTPClient(httpClient Doer) *Builder
- func (cb *Builder) PublicKey(secret string) *Builder
- func (cb *Builder) SdkName(sdkName string) *Builder
- func (cb *Builder) SdkVersion(sdkVersion string) *Builder
- func (cb *Builder) SecretKey(key string) *Builder
- func (cb *Builder) UploadChunkSize(size int64) *Builder
- type Client
- type Controls
- func (o *Controls) GetEnableApi() bool
- func (o *Controls) GetEnableApiOk() (*bool, bool)
- func (o *Controls) GetEnableControls() bool
- func (o *Controls) GetEnableControlsOk() (*bool, bool)
- func (o *Controls) GetForceAutoplay() bool
- func (o *Controls) GetForceAutoplayOk() (*bool, bool)
- func (o *Controls) GetForceLoop() bool
- func (o *Controls) GetForceLoopOk() (*bool, bool)
- func (o *Controls) GetHideTitle() bool
- func (o *Controls) GetHideTitleOk() (*bool, bool)
- func (o *Controls) HasEnableApi() bool
- func (o *Controls) HasEnableControls() bool
- func (o *Controls) HasForceAutoplay() bool
- func (o *Controls) HasForceLoop() bool
- func (o *Controls) HasHideTitle() bool
- func (o *Controls) SetEnableApi(v bool)
- func (o *Controls) SetEnableControls(v bool)
- func (o *Controls) SetForceAutoplay(v bool)
- func (o *Controls) SetForceLoop(v bool)
- func (o *Controls) SetHideTitle(v bool)
- type CreateApiKeyData
- type CreateApiKeyRequest
- func (o *CreateApiKeyRequest) GetApiKeyName() string
- func (o *CreateApiKeyRequest) GetApiKeyNameOk() (*string, bool)
- func (o *CreateApiKeyRequest) GetTtl() string
- func (o *CreateApiKeyRequest) GetTtlOk() (*string, bool)
- func (o *CreateApiKeyRequest) GetType() string
- func (o *CreateApiKeyRequest) GetTypeOk() (*string, bool)
- func (o *CreateApiKeyRequest) HasApiKeyName() bool
- func (o *CreateApiKeyRequest) HasTtl() bool
- func (o *CreateApiKeyRequest) HasType() bool
- func (o *CreateApiKeyRequest) SetApiKeyName(v string)
- func (o *CreateApiKeyRequest) SetTtl(v string)
- func (o *CreateApiKeyRequest) SetType(v string)
- type CreateApiKeyResponse
- func (o *CreateApiKeyResponse) GetData() CreateApiKeyData
- func (o *CreateApiKeyResponse) GetDataOk() (*CreateApiKeyData, bool)
- func (o *CreateApiKeyResponse) GetStatus() string
- func (o *CreateApiKeyResponse) GetStatusOk() (*string, bool)
- func (o *CreateApiKeyResponse) HasData() bool
- func (o *CreateApiKeyResponse) HasStatus() bool
- func (o *CreateApiKeyResponse) SetData(v CreateApiKeyData)
- func (o *CreateApiKeyResponse) SetStatus(v string)
- type CreateMediaRequest
- func (o *CreateMediaRequest) GetDescription() string
- func (o *CreateMediaRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateMediaRequest) GetIsPublic() bool
- func (o *CreateMediaRequest) GetIsPublicOk() (*bool, bool)
- func (o *CreateMediaRequest) GetMetadata() []Metadata
- func (o *CreateMediaRequest) GetMetadataOk() (*[]Metadata, bool)
- func (o *CreateMediaRequest) GetQualities() []QualityConfig
- func (o *CreateMediaRequest) GetQualitiesOk() (*[]QualityConfig, bool)
- func (o *CreateMediaRequest) GetSegmentDuration() int32
- func (o *CreateMediaRequest) GetSegmentDurationOk() (*int32, bool)
- func (o *CreateMediaRequest) GetTags() []string
- func (o *CreateMediaRequest) GetTagsOk() (*[]string, bool)
- func (o *CreateMediaRequest) GetTitle() string
- func (o *CreateMediaRequest) GetTitleOk() (*string, bool)
- func (o *CreateMediaRequest) GetWatermark() VideoWatermark
- func (o *CreateMediaRequest) GetWatermarkOk() (*VideoWatermark, bool)
- func (o *CreateMediaRequest) HasDescription() bool
- func (o *CreateMediaRequest) HasIsPublic() bool
- func (o *CreateMediaRequest) HasMetadata() bool
- func (o *CreateMediaRequest) HasQualities() bool
- func (o *CreateMediaRequest) HasSegmentDuration() bool
- func (o *CreateMediaRequest) HasTags() bool
- func (o *CreateMediaRequest) HasTitle() bool
- func (o *CreateMediaRequest) HasWatermark() bool
- func (o *CreateMediaRequest) SetDescription(v string)
- func (o *CreateMediaRequest) SetIsPublic(v bool)
- func (o *CreateMediaRequest) SetMetadata(v []Metadata)
- func (o *CreateMediaRequest) SetQualities(v []QualityConfig)
- func (o *CreateMediaRequest) SetSegmentDuration(v int32)
- func (o *CreateMediaRequest) SetTags(v []string)
- func (o *CreateMediaRequest) SetTitle(v string)
- func (o *CreateMediaRequest) SetWatermark(v VideoWatermark)
- type CreateMediaResponse
- func (o *CreateMediaResponse) GetData() Media
- func (o *CreateMediaResponse) GetDataOk() (*Media, bool)
- func (o *CreateMediaResponse) GetStatus() string
- func (o *CreateMediaResponse) GetStatusOk() (*string, bool)
- func (o *CreateMediaResponse) HasData() bool
- func (o *CreateMediaResponse) HasStatus() bool
- func (o *CreateMediaResponse) SetData(v Media)
- func (o *CreateMediaResponse) SetStatus(v string)
- type CreatePlayerThemeRequest
- func (o *CreatePlayerThemeRequest) GetControls() Controls
- func (o *CreatePlayerThemeRequest) GetControlsOk() (*Controls, bool)
- func (o *CreatePlayerThemeRequest) GetIsDefault() bool
- func (o *CreatePlayerThemeRequest) GetIsDefaultOk() (*bool, bool)
- func (o *CreatePlayerThemeRequest) GetName() string
- func (o *CreatePlayerThemeRequest) GetNameOk() (*string, bool)
- func (o *CreatePlayerThemeRequest) GetTheme() Theme
- func (o *CreatePlayerThemeRequest) GetThemeOk() (*Theme, bool)
- func (o *CreatePlayerThemeRequest) HasControls() bool
- func (o *CreatePlayerThemeRequest) HasIsDefault() bool
- func (o *CreatePlayerThemeRequest) HasName() bool
- func (o *CreatePlayerThemeRequest) HasTheme() bool
- func (o *CreatePlayerThemeRequest) SetControls(v Controls)
- func (o *CreatePlayerThemeRequest) SetIsDefault(v bool)
- func (o *CreatePlayerThemeRequest) SetName(v string)
- func (o *CreatePlayerThemeRequest) SetTheme(v Theme)
- type CreatePlayerThemesData
- type CreatePlayerThemesResponse
- func (o *CreatePlayerThemesResponse) GetData() CreatePlayerThemesData
- func (o *CreatePlayerThemesResponse) GetDataOk() (*CreatePlayerThemesData, bool)
- func (o *CreatePlayerThemesResponse) GetStatus() string
- func (o *CreatePlayerThemesResponse) GetStatusOk() (*string, bool)
- func (o *CreatePlayerThemesResponse) HasData() bool
- func (o *CreatePlayerThemesResponse) HasStatus() bool
- func (o *CreatePlayerThemesResponse) SetData(v CreatePlayerThemesData)
- func (o *CreatePlayerThemesResponse) SetStatus(v string)
- type CreatePlaylistData
- type CreatePlaylistRequest
- func (o *CreatePlaylistRequest) GetMetadata() []Metadata
- func (o *CreatePlaylistRequest) GetMetadataOk() (*[]Metadata, bool)
- func (o *CreatePlaylistRequest) GetName() string
- func (o *CreatePlaylistRequest) GetNameOk() (*string, bool)
- func (o *CreatePlaylistRequest) GetTags() []string
- func (o *CreatePlaylistRequest) GetTagsOk() (*[]string, bool)
- func (o *CreatePlaylistRequest) HasMetadata() bool
- func (o *CreatePlaylistRequest) HasName() bool
- func (o *CreatePlaylistRequest) HasTags() bool
- func (o *CreatePlaylistRequest) SetMetadata(v []Metadata)
- func (o *CreatePlaylistRequest) SetName(v string)
- func (o *CreatePlaylistRequest) SetTags(v []string)
- type CreatePlaylistResponse
- func (o *CreatePlaylistResponse) GetData() CreatePlaylistData
- func (o *CreatePlaylistResponse) GetDataOk() (*CreatePlaylistData, bool)
- func (o *CreatePlaylistResponse) GetStatus() string
- func (o *CreatePlaylistResponse) GetStatusOk() (*string, bool)
- func (o *CreatePlaylistResponse) HasData() bool
- func (o *CreatePlaylistResponse) HasStatus() bool
- func (o *CreatePlaylistResponse) SetData(v CreatePlaylistData)
- func (o *CreatePlaylistResponse) SetStatus(v string)
- type CreateVideoCaptionData
- type CreateVideoCaptionResponse
- func (o *CreateVideoCaptionResponse) GetData() CreateVideoCaptionData
- func (o *CreateVideoCaptionResponse) GetDataOk() (*CreateVideoCaptionData, bool)
- func (o *CreateVideoCaptionResponse) GetStatus() string
- func (o *CreateVideoCaptionResponse) GetStatusOk() (*string, bool)
- func (o *CreateVideoCaptionResponse) HasData() bool
- func (o *CreateVideoCaptionResponse) HasStatus() bool
- func (o *CreateVideoCaptionResponse) SetData(v CreateVideoCaptionData)
- func (o *CreateVideoCaptionResponse) SetStatus(v string)
- type CreateVideoChapterData
- type CreateVideoChapterResponse
- func (o *CreateVideoChapterResponse) GetData() CreateVideoChapterData
- func (o *CreateVideoChapterResponse) GetDataOk() (*CreateVideoChapterData, bool)
- func (o *CreateVideoChapterResponse) GetStatus() string
- func (o *CreateVideoChapterResponse) GetStatusOk() (*string, bool)
- func (o *CreateVideoChapterResponse) HasData() bool
- func (o *CreateVideoChapterResponse) HasStatus() bool
- func (o *CreateVideoChapterResponse) SetData(v CreateVideoChapterData)
- func (o *CreateVideoChapterResponse) SetStatus(v string)
- type CreateWebhookData
- type CreateWebhookRequest
- func (o *CreateWebhookRequest) GetEncodingFailed() bool
- func (o *CreateWebhookRequest) GetEncodingFailedOk() (*bool, bool)
- func (o *CreateWebhookRequest) GetEncodingFinished() bool
- func (o *CreateWebhookRequest) GetEncodingFinishedOk() (*bool, bool)
- func (o *CreateWebhookRequest) GetEncodingStarted() bool
- func (o *CreateWebhookRequest) GetEncodingStartedOk() (*bool, bool)
- func (o *CreateWebhookRequest) GetFileReceived() bool
- func (o *CreateWebhookRequest) GetFileReceivedOk() (*bool, bool)
- func (o *CreateWebhookRequest) GetName() string
- func (o *CreateWebhookRequest) GetNameOk() (*string, bool)
- func (o *CreateWebhookRequest) GetPartialFinished() bool
- func (o *CreateWebhookRequest) GetPartialFinishedOk() (*bool, bool)
- func (o *CreateWebhookRequest) GetUrl() string
- func (o *CreateWebhookRequest) GetUrlOk() (*string, bool)
- func (o *CreateWebhookRequest) HasEncodingFailed() bool
- func (o *CreateWebhookRequest) HasEncodingFinished() bool
- func (o *CreateWebhookRequest) HasEncodingStarted() bool
- func (o *CreateWebhookRequest) HasFileReceived() bool
- func (o *CreateWebhookRequest) HasName() bool
- func (o *CreateWebhookRequest) HasPartialFinished() bool
- func (o *CreateWebhookRequest) HasUrl() bool
- func (o *CreateWebhookRequest) SetEncodingFailed(v bool)
- func (o *CreateWebhookRequest) SetEncodingFinished(v bool)
- func (o *CreateWebhookRequest) SetEncodingStarted(v bool)
- func (o *CreateWebhookRequest) SetFileReceived(v bool)
- func (o *CreateWebhookRequest) SetName(v string)
- func (o *CreateWebhookRequest) SetPartialFinished(v bool)
- func (o *CreateWebhookRequest) SetUrl(v string)
- type CreateWebhookResponse
- func (o *CreateWebhookResponse) GetData() CreateWebhookData
- func (o *CreateWebhookResponse) GetDataOk() (*CreateWebhookData, bool)
- func (o *CreateWebhookResponse) GetStatus() string
- func (o *CreateWebhookResponse) GetStatusOk() (*string, bool)
- func (o *CreateWebhookResponse) HasData() bool
- func (o *CreateWebhookResponse) HasStatus() bool
- func (o *CreateWebhookResponse) SetData(v CreateWebhookData)
- func (o *CreateWebhookResponse) SetStatus(v string)
- type Doer
- type ErrorResponse
- type GetApiKeysData
- func (o *GetApiKeysData) GetApiKeys() []ApiKey
- func (o *GetApiKeysData) GetApiKeysOk() (*[]ApiKey, bool)
- func (o *GetApiKeysData) GetTotal() int32
- func (o *GetApiKeysData) GetTotalOk() (*int32, bool)
- func (o *GetApiKeysData) HasApiKeys() bool
- func (o *GetApiKeysData) HasTotal() bool
- func (o *GetApiKeysData) SetApiKeys(v []ApiKey)
- func (o *GetApiKeysData) SetTotal(v int32)
- type GetApiKeysResponse
- func (o *GetApiKeysResponse) GetData() GetApiKeysData
- func (o *GetApiKeysResponse) GetDataOk() (*GetApiKeysData, bool)
- func (o *GetApiKeysResponse) GetStatus() string
- func (o *GetApiKeysResponse) GetStatusOk() (*string, bool)
- func (o *GetApiKeysResponse) HasData() bool
- func (o *GetApiKeysResponse) HasStatus() bool
- func (o *GetApiKeysResponse) SetData(v GetApiKeysData)
- func (o *GetApiKeysResponse) SetStatus(v string)
- type GetPlayerThemeByIdData
- type GetPlayerThemeByIdResponse
- func (o *GetPlayerThemeByIdResponse) GetData() GetPlayerThemeByIdData
- func (o *GetPlayerThemeByIdResponse) GetDataOk() (*GetPlayerThemeByIdData, bool)
- func (o *GetPlayerThemeByIdResponse) GetStatus() string
- func (o *GetPlayerThemeByIdResponse) GetStatusOk() (*string, bool)
- func (o *GetPlayerThemeByIdResponse) HasData() bool
- func (o *GetPlayerThemeByIdResponse) HasStatus() bool
- func (o *GetPlayerThemeByIdResponse) SetData(v GetPlayerThemeByIdData)
- func (o *GetPlayerThemeByIdResponse) SetStatus(v string)
- type GetPlayerThemeData
- func (o *GetPlayerThemeData) GetPlayerThemes() []PlayerTheme
- func (o *GetPlayerThemeData) GetPlayerThemesOk() (*[]PlayerTheme, bool)
- func (o *GetPlayerThemeData) GetTotal() int32
- func (o *GetPlayerThemeData) GetTotalOk() (*int32, bool)
- func (o *GetPlayerThemeData) HasPlayerThemes() bool
- func (o *GetPlayerThemeData) HasTotal() bool
- func (o *GetPlayerThemeData) SetPlayerThemes(v []PlayerTheme)
- func (o *GetPlayerThemeData) SetTotal(v int32)
- type GetPlayerThemeResponse
- func (o *GetPlayerThemeResponse) GetData() GetPlayerThemeData
- func (o *GetPlayerThemeResponse) GetDataOk() (*GetPlayerThemeData, bool)
- func (o *GetPlayerThemeResponse) GetStatus() string
- func (o *GetPlayerThemeResponse) GetStatusOk() (*string, bool)
- func (o *GetPlayerThemeResponse) HasData() bool
- func (o *GetPlayerThemeResponse) HasStatus() bool
- func (o *GetPlayerThemeResponse) SetData(v GetPlayerThemeData)
- func (o *GetPlayerThemeResponse) SetStatus(v string)
- type GetPlaylistByIdData
- type GetPlaylistByIdResponse
- func (o *GetPlaylistByIdResponse) GetData() GetPlaylistByIdData
- func (o *GetPlaylistByIdResponse) GetDataOk() (*GetPlaylistByIdData, bool)
- func (o *GetPlaylistByIdResponse) GetStatus() string
- func (o *GetPlaylistByIdResponse) GetStatusOk() (*string, bool)
- func (o *GetPlaylistByIdResponse) HasData() bool
- func (o *GetPlaylistByIdResponse) HasStatus() bool
- func (o *GetPlaylistByIdResponse) SetData(v GetPlaylistByIdData)
- func (o *GetPlaylistByIdResponse) SetStatus(v string)
- type GetPlaylistListData
- func (o *GetPlaylistListData) GetPlaylists() []Playlist
- func (o *GetPlaylistListData) GetPlaylistsOk() (*[]Playlist, bool)
- func (o *GetPlaylistListData) GetTotal() int32
- func (o *GetPlaylistListData) GetTotalOk() (*int32, bool)
- func (o *GetPlaylistListData) HasPlaylists() bool
- func (o *GetPlaylistListData) HasTotal() bool
- func (o *GetPlaylistListData) SetPlaylists(v []Playlist)
- func (o *GetPlaylistListData) SetTotal(v int32)
- type GetPlaylistListRequest
- func (o *GetPlaylistListRequest) GetLimit() int32
- func (o *GetPlaylistListRequest) GetLimitOk() (*int32, bool)
- func (o *GetPlaylistListRequest) GetMetadata() []Metadata
- func (o *GetPlaylistListRequest) GetMetadataOk() (*[]Metadata, bool)
- func (o *GetPlaylistListRequest) GetOffset() int32
- func (o *GetPlaylistListRequest) GetOffsetOk() (*int32, bool)
- func (o *GetPlaylistListRequest) GetOrderBy() string
- func (o *GetPlaylistListRequest) GetOrderByOk() (*string, bool)
- func (o *GetPlaylistListRequest) GetSearch() string
- func (o *GetPlaylistListRequest) GetSearchOk() (*string, bool)
- func (o *GetPlaylistListRequest) GetSortBy() string
- func (o *GetPlaylistListRequest) GetSortByOk() (*string, bool)
- func (o *GetPlaylistListRequest) GetTags() []string
- func (o *GetPlaylistListRequest) GetTagsOk() (*[]string, bool)
- func (o *GetPlaylistListRequest) HasLimit() bool
- func (o *GetPlaylistListRequest) HasMetadata() bool
- func (o *GetPlaylistListRequest) HasOffset() bool
- func (o *GetPlaylistListRequest) HasOrderBy() bool
- func (o *GetPlaylistListRequest) HasSearch() bool
- func (o *GetPlaylistListRequest) HasSortBy() bool
- func (o *GetPlaylistListRequest) HasTags() bool
- func (o *GetPlaylistListRequest) SetLimit(v int32)
- func (o *GetPlaylistListRequest) SetMetadata(v []Metadata)
- func (o *GetPlaylistListRequest) SetOffset(v int32)
- func (o *GetPlaylistListRequest) SetOrderBy(v string)
- func (o *GetPlaylistListRequest) SetSearch(v string)
- func (o *GetPlaylistListRequest) SetSortBy(v string)
- func (o *GetPlaylistListRequest) SetTags(v []string)
- type GetPlaylistListResponse
- func (o *GetPlaylistListResponse) GetData() GetPlaylistListData
- func (o *GetPlaylistListResponse) GetDataOk() (*GetPlaylistListData, bool)
- func (o *GetPlaylistListResponse) GetStatus() string
- func (o *GetPlaylistListResponse) GetStatusOk() (*string, bool)
- func (o *GetPlaylistListResponse) HasData() bool
- func (o *GetPlaylistListResponse) HasStatus() bool
- func (o *GetPlaylistListResponse) SetData(v GetPlaylistListData)
- func (o *GetPlaylistListResponse) SetStatus(v string)
- type GetTranscodeCostData
- func (o *GetTranscodeCostData) GetIsEnough() bool
- func (o *GetTranscodeCostData) GetIsEnoughOk() (*bool, bool)
- func (o *GetTranscodeCostData) GetPrice() string
- func (o *GetTranscodeCostData) GetPriceOk() (*string, bool)
- func (o *GetTranscodeCostData) HasIsEnough() bool
- func (o *GetTranscodeCostData) HasPrice() bool
- func (o *GetTranscodeCostData) SetIsEnough(v bool)
- func (o *GetTranscodeCostData) SetPrice(v string)
- type GetTranscodeCostResponse
- func (o *GetTranscodeCostResponse) GetData() GetTranscodeCostData
- func (o *GetTranscodeCostResponse) GetDataOk() (*GetTranscodeCostData, bool)
- func (o *GetTranscodeCostResponse) GetStatus() string
- func (o *GetTranscodeCostResponse) GetStatusOk() (*string, bool)
- func (o *GetTranscodeCostResponse) HasData() bool
- func (o *GetTranscodeCostResponse) HasStatus() bool
- func (o *GetTranscodeCostResponse) SetData(v GetTranscodeCostData)
- func (o *GetTranscodeCostResponse) SetStatus(v string)
- type GetUserWebhookData
- type GetUserWebhookResponse
- func (o *GetUserWebhookResponse) GetData() GetUserWebhookData
- func (o *GetUserWebhookResponse) GetDataOk() (*GetUserWebhookData, bool)
- func (o *GetUserWebhookResponse) GetStatus() string
- func (o *GetUserWebhookResponse) GetStatusOk() (*string, bool)
- func (o *GetUserWebhookResponse) HasData() bool
- func (o *GetUserWebhookResponse) HasStatus() bool
- func (o *GetUserWebhookResponse) SetData(v GetUserWebhookData)
- func (o *GetUserWebhookResponse) SetStatus(v string)
- type GetVideoCaptionsData
- func (o *GetVideoCaptionsData) GetTotal() int32
- func (o *GetVideoCaptionsData) GetTotalOk() (*int32, bool)
- func (o *GetVideoCaptionsData) GetVideoCaptions() []VideoCaption
- func (o *GetVideoCaptionsData) GetVideoCaptionsOk() (*[]VideoCaption, bool)
- func (o *GetVideoCaptionsData) HasTotal() bool
- func (o *GetVideoCaptionsData) HasVideoCaptions() bool
- func (o *GetVideoCaptionsData) SetTotal(v int32)
- func (o *GetVideoCaptionsData) SetVideoCaptions(v []VideoCaption)
- type GetVideoCaptionsResponse
- func (o *GetVideoCaptionsResponse) GetData() GetVideoCaptionsData
- func (o *GetVideoCaptionsResponse) GetDataOk() (*GetVideoCaptionsData, bool)
- func (o *GetVideoCaptionsResponse) GetStatus() string
- func (o *GetVideoCaptionsResponse) GetStatusOk() (*string, bool)
- func (o *GetVideoCaptionsResponse) HasData() bool
- func (o *GetVideoCaptionsResponse) HasStatus() bool
- func (o *GetVideoCaptionsResponse) SetData(v GetVideoCaptionsData)
- func (o *GetVideoCaptionsResponse) SetStatus(v string)
- type GetVideoChaptersData
- func (o *GetVideoChaptersData) GetTotal() int32
- func (o *GetVideoChaptersData) GetTotalOk() (*int32, bool)
- func (o *GetVideoChaptersData) GetVideoChapters() []VideoChapter
- func (o *GetVideoChaptersData) GetVideoChaptersOk() (*[]VideoChapter, bool)
- func (o *GetVideoChaptersData) HasTotal() bool
- func (o *GetVideoChaptersData) HasVideoChapters() bool
- func (o *GetVideoChaptersData) SetTotal(v int32)
- func (o *GetVideoChaptersData) SetVideoChapters(v []VideoChapter)
- type GetVideoChaptersResponse
- func (o *GetVideoChaptersResponse) GetData() GetVideoChaptersData
- func (o *GetVideoChaptersResponse) GetDataOk() (*GetVideoChaptersData, bool)
- func (o *GetVideoChaptersResponse) GetStatus() string
- func (o *GetVideoChaptersResponse) GetStatusOk() (*string, bool)
- func (o *GetVideoChaptersResponse) HasData() bool
- func (o *GetVideoChaptersResponse) HasStatus() bool
- func (o *GetVideoChaptersResponse) SetData(v GetVideoChaptersData)
- func (o *GetVideoChaptersResponse) SetStatus(v string)
- type GetVideoDetailResponse
- func (o *GetVideoDetailResponse) GetData() Media
- func (o *GetVideoDetailResponse) GetDataOk() (*Media, bool)
- func (o *GetVideoDetailResponse) GetStatus() string
- func (o *GetVideoDetailResponse) GetStatusOk() (*string, bool)
- func (o *GetVideoDetailResponse) HasData() bool
- func (o *GetVideoDetailResponse) HasStatus() bool
- func (o *GetVideoDetailResponse) SetData(v Media)
- func (o *GetVideoDetailResponse) SetStatus(v string)
- type GetVideoListData
- func (o *GetVideoListData) GetTotal() int32
- func (o *GetVideoListData) GetTotalOk() (*int32, bool)
- func (o *GetVideoListData) GetVideos() []Media
- func (o *GetVideoListData) GetVideosOk() (*[]Media, bool)
- func (o *GetVideoListData) HasTotal() bool
- func (o *GetVideoListData) HasVideos() bool
- func (o *GetVideoListData) SetTotal(v int32)
- func (o *GetVideoListData) SetVideos(v []Media)
- type GetVideoListRequest
- func (o *GetVideoListRequest) GetLimit() int32
- func (o *GetVideoListRequest) GetLimitOk() (*int32, bool)
- func (o *GetVideoListRequest) GetMetadata() []Metadata
- func (o *GetVideoListRequest) GetMetadataOk() (*[]Metadata, bool)
- func (o *GetVideoListRequest) GetOffset() int32
- func (o *GetVideoListRequest) GetOffsetOk() (*int32, bool)
- func (o *GetVideoListRequest) GetOrderBy() string
- func (o *GetVideoListRequest) GetOrderByOk() (*string, bool)
- func (o *GetVideoListRequest) GetSearch() string
- func (o *GetVideoListRequest) GetSearchOk() (*string, bool)
- func (o *GetVideoListRequest) GetSortBy() string
- func (o *GetVideoListRequest) GetSortByOk() (*string, bool)
- func (o *GetVideoListRequest) GetStatus() string
- func (o *GetVideoListRequest) GetStatusOk() (*string, bool)
- func (o *GetVideoListRequest) GetTags() []string
- func (o *GetVideoListRequest) GetTagsOk() (*[]string, bool)
- func (o *GetVideoListRequest) HasLimit() bool
- func (o *GetVideoListRequest) HasMetadata() bool
- func (o *GetVideoListRequest) HasOffset() bool
- func (o *GetVideoListRequest) HasOrderBy() bool
- func (o *GetVideoListRequest) HasSearch() bool
- func (o *GetVideoListRequest) HasSortBy() bool
- func (o *GetVideoListRequest) HasStatus() bool
- func (o *GetVideoListRequest) HasTags() bool
- func (o *GetVideoListRequest) SetLimit(v int32)
- func (o *GetVideoListRequest) SetMetadata(v []Metadata)
- func (o *GetVideoListRequest) SetOffset(v int32)
- func (o *GetVideoListRequest) SetOrderBy(v string)
- func (o *GetVideoListRequest) SetSearch(v string)
- func (o *GetVideoListRequest) SetSortBy(v string)
- func (o *GetVideoListRequest) SetStatus(v string)
- func (o *GetVideoListRequest) SetTags(v []string)
- type GetVideoListResponse
- func (o *GetVideoListResponse) GetData() GetVideoListData
- func (o *GetVideoListResponse) GetDataOk() (*GetVideoListData, bool)
- func (o *GetVideoListResponse) GetStatus() string
- func (o *GetVideoListResponse) GetStatusOk() (*string, bool)
- func (o *GetVideoListResponse) HasData() bool
- func (o *GetVideoListResponse) HasStatus() bool
- func (o *GetVideoListResponse) SetData(v GetVideoListData)
- func (o *GetVideoListResponse) SetStatus(v string)
- type GetVideoPlayerInfoResponse
- func (o *GetVideoPlayerInfoResponse) GetAssets() VideoAssets
- func (o *GetVideoPlayerInfoResponse) GetAssetsOk() (*VideoAssets, bool)
- func (o *GetVideoPlayerInfoResponse) GetCaptions() []VideoCaption
- func (o *GetVideoPlayerInfoResponse) GetCaptionsOk() (*[]VideoCaption, bool)
- func (o *GetVideoPlayerInfoResponse) GetChapters() []VideoChapter
- func (o *GetVideoPlayerInfoResponse) GetChaptersOk() (*[]VideoChapter, bool)
- func (o *GetVideoPlayerInfoResponse) GetCreatedAt() string
- func (o *GetVideoPlayerInfoResponse) GetCreatedAtOk() (*string, bool)
- func (o *GetVideoPlayerInfoResponse) GetDescription() string
- func (o *GetVideoPlayerInfoResponse) GetDescriptionOk() (*string, bool)
- func (o *GetVideoPlayerInfoResponse) GetDuration() float32
- func (o *GetVideoPlayerInfoResponse) GetDurationOk() (*float32, bool)
- func (o *GetVideoPlayerInfoResponse) GetId() string
- func (o *GetVideoPlayerInfoResponse) GetIdOk() (*string, bool)
- func (o *GetVideoPlayerInfoResponse) GetIsMp4() bool
- func (o *GetVideoPlayerInfoResponse) GetIsMp4Ok() (*bool, bool)
- func (o *GetVideoPlayerInfoResponse) GetIsPublic() bool
- func (o *GetVideoPlayerInfoResponse) GetIsPublicOk() (*bool, bool)
- func (o *GetVideoPlayerInfoResponse) GetMetadata() []Metadata
- func (o *GetVideoPlayerInfoResponse) GetMetadataOk() (*[]Metadata, bool)
- func (o *GetVideoPlayerInfoResponse) GetPlayerTheme() PlayerTheme
- func (o *GetVideoPlayerInfoResponse) GetPlayerThemeId() string
- func (o *GetVideoPlayerInfoResponse) GetPlayerThemeIdOk() (*string, bool)
- func (o *GetVideoPlayerInfoResponse) GetPlayerThemeOk() (*PlayerTheme, bool)
- func (o *GetVideoPlayerInfoResponse) GetQualities() []QualityObject
- func (o *GetVideoPlayerInfoResponse) GetQualitiesOk() (*[]QualityObject, bool)
- func (o *GetVideoPlayerInfoResponse) GetSize() int32
- func (o *GetVideoPlayerInfoResponse) GetSizeOk() (*int32, bool)
- func (o *GetVideoPlayerInfoResponse) GetStatus() string
- func (o *GetVideoPlayerInfoResponse) GetStatusOk() (*string, bool)
- func (o *GetVideoPlayerInfoResponse) GetTags() []string
- func (o *GetVideoPlayerInfoResponse) GetTagsOk() (*[]string, bool)
- func (o *GetVideoPlayerInfoResponse) GetTitle() string
- func (o *GetVideoPlayerInfoResponse) GetTitleOk() (*string, bool)
- func (o *GetVideoPlayerInfoResponse) GetUpdatedAt() string
- func (o *GetVideoPlayerInfoResponse) GetUpdatedAtOk() (*string, bool)
- func (o *GetVideoPlayerInfoResponse) GetUserId() string
- func (o *GetVideoPlayerInfoResponse) GetUserIdOk() (*string, bool)
- func (o *GetVideoPlayerInfoResponse) HasAssets() bool
- func (o *GetVideoPlayerInfoResponse) HasCaptions() bool
- func (o *GetVideoPlayerInfoResponse) HasChapters() bool
- func (o *GetVideoPlayerInfoResponse) HasCreatedAt() bool
- func (o *GetVideoPlayerInfoResponse) HasDescription() bool
- func (o *GetVideoPlayerInfoResponse) HasDuration() bool
- func (o *GetVideoPlayerInfoResponse) HasId() bool
- func (o *GetVideoPlayerInfoResponse) HasIsMp4() bool
- func (o *GetVideoPlayerInfoResponse) HasIsPublic() bool
- func (o *GetVideoPlayerInfoResponse) HasMetadata() bool
- func (o *GetVideoPlayerInfoResponse) HasPlayerTheme() bool
- func (o *GetVideoPlayerInfoResponse) HasPlayerThemeId() bool
- func (o *GetVideoPlayerInfoResponse) HasQualities() bool
- func (o *GetVideoPlayerInfoResponse) HasSize() bool
- func (o *GetVideoPlayerInfoResponse) HasStatus() bool
- func (o *GetVideoPlayerInfoResponse) HasTags() bool
- func (o *GetVideoPlayerInfoResponse) HasTitle() bool
- func (o *GetVideoPlayerInfoResponse) HasUpdatedAt() bool
- func (o *GetVideoPlayerInfoResponse) HasUserId() bool
- func (o *GetVideoPlayerInfoResponse) SetAssets(v VideoAssets)
- func (o *GetVideoPlayerInfoResponse) SetCaptions(v []VideoCaption)
- func (o *GetVideoPlayerInfoResponse) SetChapters(v []VideoChapter)
- func (o *GetVideoPlayerInfoResponse) SetCreatedAt(v string)
- func (o *GetVideoPlayerInfoResponse) SetDescription(v string)
- func (o *GetVideoPlayerInfoResponse) SetDuration(v float32)
- func (o *GetVideoPlayerInfoResponse) SetId(v string)
- func (o *GetVideoPlayerInfoResponse) SetIsMp4(v bool)
- func (o *GetVideoPlayerInfoResponse) SetIsPublic(v bool)
- func (o *GetVideoPlayerInfoResponse) SetMetadata(v []Metadata)
- func (o *GetVideoPlayerInfoResponse) SetPlayerTheme(v PlayerTheme)
- func (o *GetVideoPlayerInfoResponse) SetPlayerThemeId(v string)
- func (o *GetVideoPlayerInfoResponse) SetQualities(v []QualityObject)
- func (o *GetVideoPlayerInfoResponse) SetSize(v int32)
- func (o *GetVideoPlayerInfoResponse) SetStatus(v string)
- func (o *GetVideoPlayerInfoResponse) SetTags(v []string)
- func (o *GetVideoPlayerInfoResponse) SetTitle(v string)
- func (o *GetVideoPlayerInfoResponse) SetUpdatedAt(v string)
- func (o *GetVideoPlayerInfoResponse) SetUserId(v string)
- type GetWebhooksListData
- func (o *GetWebhooksListData) GetTotal() int32
- func (o *GetWebhooksListData) GetTotalOk() (*int32, bool)
- func (o *GetWebhooksListData) GetWebhooks() []Webhook
- func (o *GetWebhooksListData) GetWebhooksOk() (*[]Webhook, bool)
- func (o *GetWebhooksListData) HasTotal() bool
- func (o *GetWebhooksListData) HasWebhooks() bool
- func (o *GetWebhooksListData) SetTotal(v int32)
- func (o *GetWebhooksListData) SetWebhooks(v []Webhook)
- type GetWebhooksListResponse
- func (o *GetWebhooksListResponse) GetData() GetWebhooksListData
- func (o *GetWebhooksListResponse) GetDataOk() (*GetWebhooksListData, bool)
- func (o *GetWebhooksListResponse) GetStatus() string
- func (o *GetWebhooksListResponse) GetStatusOk() (*string, bool)
- func (o *GetWebhooksListResponse) HasData() bool
- func (o *GetWebhooksListResponse) HasStatus() bool
- func (o *GetWebhooksListResponse) SetData(v GetWebhooksListData)
- func (o *GetWebhooksListResponse) SetStatus(v string)
- type IUploadStream
- type Media
- func (o *Media) GetAssets() VideoAssets
- func (o *Media) GetAssetsOk() (*VideoAssets, bool)
- func (o *Media) GetCaptions() []VideoCaption
- func (o *Media) GetCaptionsOk() (*[]VideoCaption, bool)
- func (o *Media) GetChapters() []VideoChapter
- func (o *Media) GetChaptersOk() (*[]VideoChapter, bool)
- func (o *Media) GetCreatedAt() string
- func (o *Media) GetCreatedAtOk() (*string, bool)
- func (o *Media) GetDescription() string
- func (o *Media) GetDescriptionOk() (*string, bool)
- func (o *Media) GetDuration() float32
- func (o *Media) GetDurationOk() (*float32, bool)
- func (o *Media) GetId() string
- func (o *Media) GetIdOk() (*string, bool)
- func (o *Media) GetIsMp4() bool
- func (o *Media) GetIsMp4Ok() (*bool, bool)
- func (o *Media) GetIsPublic() bool
- func (o *Media) GetIsPublicOk() (*bool, bool)
- func (o *Media) GetMetadata() []Metadata
- func (o *Media) GetMetadataOk() (*[]Metadata, bool)
- func (o *Media) GetPlayerTheme() PlayerTheme
- func (o *Media) GetPlayerThemeId() string
- func (o *Media) GetPlayerThemeIdOk() (*string, bool)
- func (o *Media) GetPlayerThemeOk() (*PlayerTheme, bool)
- func (o *Media) GetQualities() []QualityObject
- func (o *Media) GetQualitiesOk() (*[]QualityObject, bool)
- func (o *Media) GetSize() int32
- func (o *Media) GetSizeOk() (*int32, bool)
- func (o *Media) GetStatus() string
- func (o *Media) GetStatusOk() (*string, bool)
- func (o *Media) GetTags() []string
- func (o *Media) GetTagsOk() (*[]string, bool)
- func (o *Media) GetTitle() string
- func (o *Media) GetTitleOk() (*string, bool)
- func (o *Media) GetUpdatedAt() string
- func (o *Media) GetUpdatedAtOk() (*string, bool)
- func (o *Media) GetUserId() string
- func (o *Media) GetUserIdOk() (*string, bool)
- func (o *Media) GetView() int32
- func (o *Media) GetViewOk() (*int32, bool)
- func (o *Media) HasAssets() bool
- func (o *Media) HasCaptions() bool
- func (o *Media) HasChapters() bool
- func (o *Media) HasCreatedAt() bool
- func (o *Media) HasDescription() bool
- func (o *Media) HasDuration() bool
- func (o *Media) HasId() bool
- func (o *Media) HasIsMp4() bool
- func (o *Media) HasIsPublic() bool
- func (o *Media) HasMetadata() bool
- func (o *Media) HasPlayerTheme() bool
- func (o *Media) HasPlayerThemeId() bool
- func (o *Media) HasQualities() bool
- func (o *Media) HasSize() bool
- func (o *Media) HasStatus() bool
- func (o *Media) HasTags() bool
- func (o *Media) HasTitle() bool
- func (o *Media) HasUpdatedAt() bool
- func (o *Media) HasUserId() bool
- func (o *Media) HasView() bool
- func (o *Media) SetAssets(v VideoAssets)
- func (o *Media) SetCaptions(v []VideoCaption)
- func (o *Media) SetChapters(v []VideoChapter)
- func (o *Media) SetCreatedAt(v string)
- func (o *Media) SetDescription(v string)
- func (o *Media) SetDuration(v float32)
- func (o *Media) SetId(v string)
- func (o *Media) SetIsMp4(v bool)
- func (o *Media) SetIsPublic(v bool)
- func (o *Media) SetMetadata(v []Metadata)
- func (o *Media) SetPlayerTheme(v PlayerTheme)
- func (o *Media) SetPlayerThemeId(v string)
- func (o *Media) SetQualities(v []QualityObject)
- func (o *Media) SetSize(v int32)
- func (o *Media) SetStatus(v string)
- func (o *Media) SetTags(v []string)
- func (o *Media) SetTitle(v string)
- func (o *Media) SetUpdatedAt(v string)
- func (o *Media) SetUserId(v string)
- func (o *Media) SetView(v int32)
- type Metadata
- func (o *Metadata) GetKey() string
- func (o *Metadata) GetKeyOk() (*string, bool)
- func (o *Metadata) GetValue() string
- func (o *Metadata) GetValueOk() (*string, bool)
- func (o *Metadata) HasKey() bool
- func (o *Metadata) HasValue() bool
- func (o *Metadata) SetKey(v string)
- func (o *Metadata) SetValue(v string)
- type MoveVideoInPlaylistRequest
- func (o *MoveVideoInPlaylistRequest) GetCurrentId() string
- func (o *MoveVideoInPlaylistRequest) GetCurrentIdOk() (*string, bool)
- func (o *MoveVideoInPlaylistRequest) GetNextId() string
- func (o *MoveVideoInPlaylistRequest) GetNextIdOk() (*string, bool)
- func (o *MoveVideoInPlaylistRequest) GetPreviousId() string
- func (o *MoveVideoInPlaylistRequest) GetPreviousIdOk() (*string, bool)
- func (o *MoveVideoInPlaylistRequest) HasCurrentId() bool
- func (o *MoveVideoInPlaylistRequest) HasNextId() bool
- func (o *MoveVideoInPlaylistRequest) HasPreviousId() bool
- func (o *MoveVideoInPlaylistRequest) SetCurrentId(v string)
- func (o *MoveVideoInPlaylistRequest) SetNextId(v string)
- func (o *MoveVideoInPlaylistRequest) SetPreviousId(v string)
- type NullableAddPlayerThemesToVideoRequest
- type NullableAddVideoToPlaylistRequest
- type NullableApiKey
- type NullableAsset
- type NullableAudioConfig
- type NullableBool
- type NullableControls
- type NullableCreateApiKeyData
- type NullableCreateApiKeyRequest
- type NullableCreateApiKeyResponse
- type NullableCreateMediaRequest
- type NullableCreateMediaResponse
- type NullableCreatePlayerThemeRequest
- type NullableCreatePlayerThemesData
- type NullableCreatePlayerThemesResponse
- type NullableCreatePlaylistData
- type NullableCreatePlaylistRequest
- type NullableCreatePlaylistResponse
- type NullableCreateVideoCaptionData
- type NullableCreateVideoCaptionResponse
- type NullableCreateVideoChapterData
- type NullableCreateVideoChapterResponse
- type NullableCreateWebhookData
- type NullableCreateWebhookRequest
- type NullableCreateWebhookResponse
- type NullableFloat32
- type NullableFloat64
- type NullableGetApiKeysData
- type NullableGetApiKeysResponse
- type NullableGetPlayerThemeByIdData
- type NullableGetPlayerThemeByIdResponse
- type NullableGetPlayerThemeData
- type NullableGetPlayerThemeResponse
- type NullableGetPlaylistByIdData
- type NullableGetPlaylistByIdResponse
- type NullableGetPlaylistListData
- type NullableGetPlaylistListRequest
- type NullableGetPlaylistListResponse
- type NullableGetTranscodeCostData
- type NullableGetTranscodeCostResponse
- type NullableGetUserWebhookData
- type NullableGetUserWebhookResponse
- type NullableGetVideoCaptionsData
- type NullableGetVideoCaptionsResponse
- type NullableGetVideoChaptersData
- type NullableGetVideoChaptersResponse
- type NullableGetVideoDetailResponse
- type NullableGetVideoListData
- type NullableGetVideoListRequest
- type NullableGetVideoListResponse
- type NullableGetVideoPlayerInfoResponse
- type NullableGetWebhooksListData
- type NullableGetWebhooksListResponse
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableMedia
- type NullableMetadata
- type NullableMoveVideoInPlaylistRequest
- type NullablePlayerTheme
- type NullablePlaylist
- type NullablePlaylistItem
- type NullablePlaylistItemMedia
- type NullablePublicPlaylistObject
- type NullableQualityConfig
- type NullableQualityObject
- type NullableRemovePlayerThemesFromMediaRequest
- func (v NullableRemovePlayerThemesFromMediaRequest) Get() *RemovePlayerThemesFromMediaRequest
- func (v NullableRemovePlayerThemesFromMediaRequest) IsSet() bool
- func (v *NullableRemovePlayerThemesFromMediaRequest) Set(val *RemovePlayerThemesFromMediaRequest)
- func (v *NullableRemovePlayerThemesFromMediaRequest) Unset()
- type NullableRenameAPIKeyRequest
- type NullableRequestCreateCaption
- type NullableResponseError
- type NullableResponseSuccess
- type NullableString
- type NullableTheme
- type NullableTime
- type NullableUpdatePlayerThemeRequest
- type NullableUpdatePlayerThemeResponse
- type NullableUpdateVideoInfoRequest
- type NullableUpdateWebhookRequest
- type NullableUploadLogoByIdResponse
- type NullableUser
- type NullableVideoAssets
- type NullableVideoCaption
- type NullableVideoChapter
- type NullableVideoConfig
- type NullableVideoWatermark
- type NullableWebhook
- type PlayerTheme
- func (o *PlayerTheme) GetAsset() Asset
- func (o *PlayerTheme) GetAssetOk() (*Asset, bool)
- func (o *PlayerTheme) GetControls() Controls
- func (o *PlayerTheme) GetControlsOk() (*Controls, bool)
- func (o *PlayerTheme) GetCreatedAt() string
- func (o *PlayerTheme) GetCreatedAtOk() (*string, bool)
- func (o *PlayerTheme) GetId() string
- func (o *PlayerTheme) GetIdOk() (*string, bool)
- func (o *PlayerTheme) GetIsDefault() bool
- func (o *PlayerTheme) GetIsDefaultOk() (*bool, bool)
- func (o *PlayerTheme) GetName() string
- func (o *PlayerTheme) GetNameOk() (*string, bool)
- func (o *PlayerTheme) GetTheme() Theme
- func (o *PlayerTheme) GetThemeOk() (*Theme, bool)
- func (o *PlayerTheme) GetUserId() string
- func (o *PlayerTheme) GetUserIdOk() (*string, bool)
- func (o *PlayerTheme) HasAsset() bool
- func (o *PlayerTheme) HasControls() bool
- func (o *PlayerTheme) HasCreatedAt() bool
- func (o *PlayerTheme) HasId() bool
- func (o *PlayerTheme) HasIsDefault() bool
- func (o *PlayerTheme) HasName() bool
- func (o *PlayerTheme) HasTheme() bool
- func (o *PlayerTheme) HasUserId() bool
- func (o *PlayerTheme) SetAsset(v Asset)
- func (o *PlayerTheme) SetControls(v Controls)
- func (o *PlayerTheme) SetCreatedAt(v string)
- func (o *PlayerTheme) SetId(v string)
- func (o *PlayerTheme) SetIsDefault(v bool)
- func (o *PlayerTheme) SetName(v string)
- func (o *PlayerTheme) SetTheme(v Theme)
- func (o *PlayerTheme) SetUserId(v string)
- type PlayersApiListRequest
- func (r PlayersApiListRequest) Limit(limit int32) PlayersApiListRequest
- func (r PlayersApiListRequest) Offset(offset int32) PlayersApiListRequest
- func (r PlayersApiListRequest) OrderBy(orderBy string) PlayersApiListRequest
- func (r PlayersApiListRequest) Search(search string) PlayersApiListRequest
- func (r PlayersApiListRequest) SortBy(sortBy string) PlayersApiListRequest
- type PlayersService
- func (s *PlayersService) AddPlayer(request AddPlayerThemesToVideoRequest) (*ResponseSuccess, error)
- func (s *PlayersService) AddPlayerWithContext(ctx context.Context, request AddPlayerThemesToVideoRequest) (*ResponseSuccess, error)
- func (s *PlayersService) Create(request CreatePlayerThemeRequest) (*CreatePlayerThemesResponse, error)
- func (s *PlayersService) CreateWithContext(ctx context.Context, request CreatePlayerThemeRequest) (*CreatePlayerThemesResponse, error)
- func (s *PlayersService) Delete(id string) (*ResponseSuccess, error)
- func (s *PlayersService) DeleteLogo(id string) (*ResponseSuccess, error)
- func (s *PlayersService) DeleteLogoWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *PlayersService) DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *PlayersService) Get(id string) (*GetPlayerThemeByIdResponse, error)
- func (s *PlayersService) GetWithContext(ctx context.Context, id string) (*GetPlayerThemeByIdResponse, error)
- func (s *PlayersService) List(r PlayersApiListRequest) (*GetPlayerThemeResponse, error)
- func (s *PlayersService) ListWithContext(ctx context.Context, r PlayersApiListRequest) (*GetPlayerThemeResponse, error)
- func (s *PlayersService) RemovePlayer(request RemovePlayerThemesFromMediaRequest) (*ResponseSuccess, error)
- func (s *PlayersService) RemovePlayerWithContext(ctx context.Context, request RemovePlayerThemesFromMediaRequest) (*ResponseSuccess, error)
- func (s *PlayersService) Update(id string, input UpdatePlayerThemeRequest) (*UpdatePlayerThemeResponse, error)
- func (s *PlayersService) UpdateWithContext(ctx context.Context, id string, input UpdatePlayerThemeRequest) (*UpdatePlayerThemeResponse, error)
- func (s *PlayersService) UploadLogo(id string, link string, fileName string, fileReader io.Reader) (*UploadLogoByIdResponse, error)
- func (s *PlayersService) UploadLogoFile(id string, file *os.File, link string) (*UploadLogoByIdResponse, error)
- func (s *PlayersService) UploadLogoFileWithContext(ctx context.Context, id string, file *os.File, link string) (*UploadLogoByIdResponse, error)
- func (s *PlayersService) UploadLogoWithContext(ctx context.Context, id string, link string, fileName string, ...) (*UploadLogoByIdResponse, error)
- type PlayersServiceI
- type Playlist
- func (o *Playlist) GetCreatedAt() string
- func (o *Playlist) GetCreatedAtOk() (*string, bool)
- func (o *Playlist) GetDuration() float32
- func (o *Playlist) GetDurationOk() (*float32, bool)
- func (o *Playlist) GetId() string
- func (o *Playlist) GetIdOk() (*string, bool)
- func (o *Playlist) GetIframe() string
- func (o *Playlist) GetIframeOk() (*string, bool)
- func (o *Playlist) GetItemCount() int32
- func (o *Playlist) GetItemCountOk() (*int32, bool)
- func (o *Playlist) GetMetadata() map[string]string
- func (o *Playlist) GetMetadataOk() (*map[string]string, bool)
- func (o *Playlist) GetName() string
- func (o *Playlist) GetNameOk() (*string, bool)
- func (o *Playlist) GetPlaylistUrl() string
- func (o *Playlist) GetPlaylistUrlOk() (*string, bool)
- func (o *Playlist) GetSize() int32
- func (o *Playlist) GetSizeOk() (*int32, bool)
- func (o *Playlist) GetTags() string
- func (o *Playlist) GetTagsOk() (*string, bool)
- func (o *Playlist) GetThumbnailUrl() string
- func (o *Playlist) GetThumbnailUrlOk() (*string, bool)
- func (o *Playlist) GetUpdatedAt() string
- func (o *Playlist) GetUpdatedAtOk() (*string, bool)
- func (o *Playlist) GetUserId() string
- func (o *Playlist) GetUserIdOk() (*string, bool)
- func (o *Playlist) GetVideoItems() []PlaylistItem
- func (o *Playlist) GetVideoItemsOk() (*[]PlaylistItem, bool)
- func (o *Playlist) HasCreatedAt() bool
- func (o *Playlist) HasDuration() bool
- func (o *Playlist) HasId() bool
- func (o *Playlist) HasIframe() bool
- func (o *Playlist) HasItemCount() bool
- func (o *Playlist) HasMetadata() bool
- func (o *Playlist) HasName() bool
- func (o *Playlist) HasPlaylistUrl() bool
- func (o *Playlist) HasSize() bool
- func (o *Playlist) HasTags() bool
- func (o *Playlist) HasThumbnailUrl() bool
- func (o *Playlist) HasUpdatedAt() bool
- func (o *Playlist) HasUserId() bool
- func (o *Playlist) HasVideoItems() bool
- func (o *Playlist) SetCreatedAt(v string)
- func (o *Playlist) SetDuration(v float32)
- func (o *Playlist) SetId(v string)
- func (o *Playlist) SetIframe(v string)
- func (o *Playlist) SetItemCount(v int32)
- func (o *Playlist) SetMetadata(v map[string]string)
- func (o *Playlist) SetName(v string)
- func (o *Playlist) SetPlaylistUrl(v string)
- func (o *Playlist) SetSize(v int32)
- func (o *Playlist) SetTags(v string)
- func (o *Playlist) SetThumbnailUrl(v string)
- func (o *Playlist) SetUpdatedAt(v string)
- func (o *Playlist) SetUserId(v string)
- func (o *Playlist) SetVideoItems(v []PlaylistItem)
- type PlaylistApiGetPlaylistByIdRequest
- type PlaylistItem
- func (o *PlaylistItem) GetCreatedAt() string
- func (o *PlaylistItem) GetCreatedAtOk() (*string, bool)
- func (o *PlaylistItem) GetId() string
- func (o *PlaylistItem) GetIdOk() (*string, bool)
- func (o *PlaylistItem) GetNextId() string
- func (o *PlaylistItem) GetNextIdOk() (*string, bool)
- func (o *PlaylistItem) GetPlaylistId() string
- func (o *PlaylistItem) GetPlaylistIdOk() (*string, bool)
- func (o *PlaylistItem) GetPreviousId() string
- func (o *PlaylistItem) GetPreviousIdOk() (*string, bool)
- func (o *PlaylistItem) GetUpdatedAt() string
- func (o *PlaylistItem) GetUpdatedAtOk() (*string, bool)
- func (o *PlaylistItem) GetVideo() PlaylistItemMedia
- func (o *PlaylistItem) GetVideoId() string
- func (o *PlaylistItem) GetVideoIdOk() (*string, bool)
- func (o *PlaylistItem) GetVideoOk() (*PlaylistItemMedia, bool)
- func (o *PlaylistItem) HasCreatedAt() bool
- func (o *PlaylistItem) HasId() bool
- func (o *PlaylistItem) HasNextId() bool
- func (o *PlaylistItem) HasPlaylistId() bool
- func (o *PlaylistItem) HasPreviousId() bool
- func (o *PlaylistItem) HasUpdatedAt() bool
- func (o *PlaylistItem) HasVideo() bool
- func (o *PlaylistItem) HasVideoId() bool
- func (o *PlaylistItem) SetCreatedAt(v string)
- func (o *PlaylistItem) SetId(v string)
- func (o *PlaylistItem) SetNextId(v string)
- func (o *PlaylistItem) SetPlaylistId(v string)
- func (o *PlaylistItem) SetPreviousId(v string)
- func (o *PlaylistItem) SetUpdatedAt(v string)
- func (o *PlaylistItem) SetVideo(v PlaylistItemMedia)
- func (o *PlaylistItem) SetVideoId(v string)
- type PlaylistItemMedia
- func (o *PlaylistItemMedia) GetChapters() []VideoChapter
- func (o *PlaylistItemMedia) GetChaptersOk() (*[]VideoChapter, bool)
- func (o *PlaylistItemMedia) GetDuration() float32
- func (o *PlaylistItemMedia) GetDurationOk() (*float32, bool)
- func (o *PlaylistItemMedia) GetHlsUrl() string
- func (o *PlaylistItemMedia) GetHlsUrlOk() (*string, bool)
- func (o *PlaylistItemMedia) GetQualities() string
- func (o *PlaylistItemMedia) GetQualitiesOk() (*string, bool)
- func (o *PlaylistItemMedia) GetThumbnailUrl() string
- func (o *PlaylistItemMedia) GetThumbnailUrlOk() (*string, bool)
- func (o *PlaylistItemMedia) GetTitle() string
- func (o *PlaylistItemMedia) GetTitleOk() (*string, bool)
- func (o *PlaylistItemMedia) HasChapters() bool
- func (o *PlaylistItemMedia) HasDuration() bool
- func (o *PlaylistItemMedia) HasHlsUrl() bool
- func (o *PlaylistItemMedia) HasQualities() bool
- func (o *PlaylistItemMedia) HasThumbnailUrl() bool
- func (o *PlaylistItemMedia) HasTitle() bool
- func (o *PlaylistItemMedia) SetChapters(v []VideoChapter)
- func (o *PlaylistItemMedia) SetDuration(v float32)
- func (o *PlaylistItemMedia) SetHlsUrl(v string)
- func (o *PlaylistItemMedia) SetQualities(v string)
- func (o *PlaylistItemMedia) SetThumbnailUrl(v string)
- func (o *PlaylistItemMedia) SetTitle(v string)
- type PlaylistService
- func (s *PlaylistService) AddVideoToPlaylist(id string, payload AddVideoToPlaylistRequest) (*ResponseSuccess, error)
- func (s *PlaylistService) AddVideoToPlaylistWithContext(ctx context.Context, id string, payload AddVideoToPlaylistRequest) (*ResponseSuccess, error)
- func (s *PlaylistService) CreatePlaylist(request CreatePlaylistRequest) (*CreatePlaylistResponse, error)
- func (s *PlaylistService) CreatePlaylistWithContext(ctx context.Context, request CreatePlaylistRequest) (*CreatePlaylistResponse, error)
- func (s *PlaylistService) DeletePlaylistById(id string) (*ResponseSuccess, error)
- func (s *PlaylistService) DeletePlaylistByIdWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *PlaylistService) DeletePlaylistThumbnail(id string) (*ResponseSuccess, error)
- func (s *PlaylistService) DeletePlaylistThumbnailWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *PlaylistService) GetPlaylistById(id string, r PlaylistApiGetPlaylistByIdRequest) (*GetPlaylistByIdResponse, error)
- func (s *PlaylistService) GetPlaylistByIdWithContext(ctx context.Context, id string, r PlaylistApiGetPlaylistByIdRequest) (*GetPlaylistByIdResponse, error)
- func (s *PlaylistService) GetPlaylistPublicInfo(id string) (*PublicPlaylistObject, error)
- func (s *PlaylistService) GetPlaylistPublicInfoWithContext(ctx context.Context, id string) (*PublicPlaylistObject, error)
- func (s *PlaylistService) GetPlaylists(request GetPlaylistListRequest) (*GetPlaylistListResponse, error)
- func (s *PlaylistService) GetPlaylistsWithContext(ctx context.Context, request GetPlaylistListRequest) (*GetPlaylistListResponse, error)
- func (s *PlaylistService) MoveVideoInPlaylist(id string, payload MoveVideoInPlaylistRequest) (*ResponseSuccess, error)
- func (s *PlaylistService) MoveVideoInPlaylistWithContext(ctx context.Context, id string, payload MoveVideoInPlaylistRequest) (*ResponseSuccess, error)
- func (s *PlaylistService) RemoveVideoFromPlaylist(id string, itemId string) (*ResponseSuccess, error)
- func (s *PlaylistService) RemoveVideoFromPlaylistWithContext(ctx context.Context, id string, itemId string) (*ResponseSuccess, error)
- func (s *PlaylistService) UpdatePlaylist(id string, metadata *[]Metadata, name *string, tags *[]string, fileName string, ...) (*ResponseSuccess, error)
- func (s *PlaylistService) UpdatePlaylistFile(id string, file *os.File, metadata *[]Metadata, name *string, tags *[]string) (*ResponseSuccess, error)
- func (s *PlaylistService) UpdatePlaylistFileWithContext(ctx context.Context, id string, file *os.File, metadata *[]Metadata, ...) (*ResponseSuccess, error)
- func (s *PlaylistService) UpdatePlaylistWithContext(ctx context.Context, id string, metadata *[]Metadata, name *string, ...) (*ResponseSuccess, error)
- type PlaylistServiceI
- type PublicPlaylistObject
- func (o *PublicPlaylistObject) GetPlayerTheme() PlayerTheme
- func (o *PublicPlaylistObject) GetPlayerThemeOk() (*PlayerTheme, bool)
- func (o *PublicPlaylistObject) GetPlaylist() Playlist
- func (o *PublicPlaylistObject) GetPlaylistOk() (*Playlist, bool)
- func (o *PublicPlaylistObject) HasPlayerTheme() bool
- func (o *PublicPlaylistObject) HasPlaylist() bool
- func (o *PublicPlaylistObject) SetPlayerTheme(v PlayerTheme)
- func (o *PublicPlaylistObject) SetPlaylist(v Playlist)
- type QualityConfig
- func (o *QualityConfig) GetAudioConfig() AudioConfig
- func (o *QualityConfig) GetAudioConfigOk() (*AudioConfig, bool)
- func (o *QualityConfig) GetContainerType() string
- func (o *QualityConfig) GetContainerTypeOk() (*string, bool)
- func (o *QualityConfig) GetResolution() string
- func (o *QualityConfig) GetResolutionOk() (*string, bool)
- func (o *QualityConfig) GetType() string
- func (o *QualityConfig) GetTypeOk() (*string, bool)
- func (o *QualityConfig) GetVideoConfig() VideoConfig
- func (o *QualityConfig) GetVideoConfigOk() (*VideoConfig, bool)
- func (o *QualityConfig) HasAudioConfig() bool
- func (o *QualityConfig) HasContainerType() bool
- func (o *QualityConfig) HasResolution() bool
- func (o *QualityConfig) HasType() bool
- func (o *QualityConfig) HasVideoConfig() bool
- func (o *QualityConfig) SetAudioConfig(v AudioConfig)
- func (o *QualityConfig) SetContainerType(v string)
- func (o *QualityConfig) SetResolution(v string)
- func (o *QualityConfig) SetType(v string)
- func (o *QualityConfig) SetVideoConfig(v VideoConfig)
- type QualityObject
- func (o *QualityObject) GetAudioBitrate() int32
- func (o *QualityObject) GetAudioBitrateOk() (*int32, bool)
- func (o *QualityObject) GetAudioCodec() string
- func (o *QualityObject) GetAudioCodecOk() (*string, bool)
- func (o *QualityObject) GetName() string
- func (o *QualityObject) GetNameOk() (*string, bool)
- func (o *QualityObject) GetStatus() string
- func (o *QualityObject) GetStatusOk() (*string, bool)
- func (o *QualityObject) GetType() string
- func (o *QualityObject) GetTypeOk() (*string, bool)
- func (o *QualityObject) GetVideoBitrate() int32
- func (o *QualityObject) GetVideoBitrateOk() (*int32, bool)
- func (o *QualityObject) GetVideoCodec() string
- func (o *QualityObject) GetVideoCodecOk() (*string, bool)
- func (o *QualityObject) HasAudioBitrate() bool
- func (o *QualityObject) HasAudioCodec() bool
- func (o *QualityObject) HasName() bool
- func (o *QualityObject) HasStatus() bool
- func (o *QualityObject) HasType() bool
- func (o *QualityObject) HasVideoBitrate() bool
- func (o *QualityObject) HasVideoCodec() bool
- func (o *QualityObject) SetAudioBitrate(v int32)
- func (o *QualityObject) SetAudioCodec(v string)
- func (o *QualityObject) SetName(v string)
- func (o *QualityObject) SetStatus(v string)
- func (o *QualityObject) SetType(v string)
- func (o *QualityObject) SetVideoBitrate(v int32)
- func (o *QualityObject) SetVideoCodec(v string)
- type RemovePlayerThemesFromMediaRequest
- func (o *RemovePlayerThemesFromMediaRequest) GetPlayerThemeId() string
- func (o *RemovePlayerThemesFromMediaRequest) GetPlayerThemeIdOk() (*string, bool)
- func (o *RemovePlayerThemesFromMediaRequest) GetVideoId() string
- func (o *RemovePlayerThemesFromMediaRequest) GetVideoIdOk() (*string, bool)
- func (o *RemovePlayerThemesFromMediaRequest) HasPlayerThemeId() bool
- func (o *RemovePlayerThemesFromMediaRequest) HasVideoId() bool
- func (o *RemovePlayerThemesFromMediaRequest) SetPlayerThemeId(v string)
- func (o *RemovePlayerThemesFromMediaRequest) SetVideoId(v string)
- type RenameAPIKeyRequest
- type RequestCreateCaption
- type ResponseError
- func (o *ResponseError) GetMessage() string
- func (o *ResponseError) GetMessageOk() (*string, bool)
- func (o *ResponseError) GetStatus() string
- func (o *ResponseError) GetStatusOk() (*string, bool)
- func (o *ResponseError) HasMessage() bool
- func (o *ResponseError) HasStatus() bool
- func (o *ResponseError) SetMessage(v string)
- func (o *ResponseError) SetStatus(v string)
- type ResponseSuccess
- func (o *ResponseSuccess) GetMessage() string
- func (o *ResponseSuccess) GetMessageOk() (*string, bool)
- func (o *ResponseSuccess) GetStatus() string
- func (o *ResponseSuccess) GetStatusOk() (*string, bool)
- func (o *ResponseSuccess) HasMessage() bool
- func (o *ResponseSuccess) HasStatus() bool
- func (o *ResponseSuccess) SetMessage(v string)
- func (o *ResponseSuccess) SetStatus(v string)
- type Theme
- func (o *Theme) GetControlBarBackgroundColor() string
- func (o *Theme) GetControlBarBackgroundColorOk() (*string, bool)
- func (o *Theme) GetControlBarHeight() string
- func (o *Theme) GetControlBarHeightOk() (*string, bool)
- func (o *Theme) GetMainColor() string
- func (o *Theme) GetMainColorOk() (*string, bool)
- func (o *Theme) GetMenuBackgroundColor() string
- func (o *Theme) GetMenuBackgroundColorOk() (*string, bool)
- func (o *Theme) GetMenuItemBackgroundHover() string
- func (o *Theme) GetMenuItemBackgroundHoverOk() (*string, bool)
- func (o *Theme) GetProgressBarCircleSize() string
- func (o *Theme) GetProgressBarCircleSizeOk() (*string, bool)
- func (o *Theme) GetProgressBarHeight() string
- func (o *Theme) GetProgressBarHeightOk() (*string, bool)
- func (o *Theme) GetTextColor() string
- func (o *Theme) GetTextColorOk() (*string, bool)
- func (o *Theme) GetTextTrackBackground() string
- func (o *Theme) GetTextTrackBackgroundOk() (*string, bool)
- func (o *Theme) GetTextTrackColor() string
- func (o *Theme) GetTextTrackColorOk() (*string, bool)
- func (o *Theme) HasControlBarBackgroundColor() bool
- func (o *Theme) HasControlBarHeight() bool
- func (o *Theme) HasMainColor() bool
- func (o *Theme) HasMenuBackgroundColor() bool
- func (o *Theme) HasMenuItemBackgroundHover() bool
- func (o *Theme) HasProgressBarCircleSize() bool
- func (o *Theme) HasProgressBarHeight() bool
- func (o *Theme) HasTextColor() bool
- func (o *Theme) HasTextTrackBackground() bool
- func (o *Theme) HasTextTrackColor() bool
- func (o *Theme) SetControlBarBackgroundColor(v string)
- func (o *Theme) SetControlBarHeight(v string)
- func (o *Theme) SetMainColor(v string)
- func (o *Theme) SetMenuBackgroundColor(v string)
- func (o *Theme) SetMenuItemBackgroundHover(v string)
- func (o *Theme) SetProgressBarCircleSize(v string)
- func (o *Theme) SetProgressBarHeight(v string)
- func (o *Theme) SetTextColor(v string)
- func (o *Theme) SetTextTrackBackground(v string)
- func (o *Theme) SetTextTrackColor(v string)
- type UpdatePlayerThemeRequest
- func (o *UpdatePlayerThemeRequest) GetControls() Controls
- func (o *UpdatePlayerThemeRequest) GetControlsOk() (*Controls, bool)
- func (o *UpdatePlayerThemeRequest) GetIsDefault() bool
- func (o *UpdatePlayerThemeRequest) GetIsDefaultOk() (*bool, bool)
- func (o *UpdatePlayerThemeRequest) GetName() string
- func (o *UpdatePlayerThemeRequest) GetNameOk() (*string, bool)
- func (o *UpdatePlayerThemeRequest) GetTheme() Theme
- func (o *UpdatePlayerThemeRequest) GetThemeOk() (*Theme, bool)
- func (o *UpdatePlayerThemeRequest) HasControls() bool
- func (o *UpdatePlayerThemeRequest) HasIsDefault() bool
- func (o *UpdatePlayerThemeRequest) HasName() bool
- func (o *UpdatePlayerThemeRequest) HasTheme() bool
- func (o *UpdatePlayerThemeRequest) SetControls(v Controls)
- func (o *UpdatePlayerThemeRequest) SetIsDefault(v bool)
- func (o *UpdatePlayerThemeRequest) SetName(v string)
- func (o *UpdatePlayerThemeRequest) SetTheme(v Theme)
- type UpdatePlayerThemeResponse
- func (o *UpdatePlayerThemeResponse) GetData() UpdatePlayerThemeRequest
- func (o *UpdatePlayerThemeResponse) GetDataOk() (*UpdatePlayerThemeRequest, bool)
- func (o *UpdatePlayerThemeResponse) GetStatus() string
- func (o *UpdatePlayerThemeResponse) GetStatusOk() (*string, bool)
- func (o *UpdatePlayerThemeResponse) HasData() bool
- func (o *UpdatePlayerThemeResponse) HasStatus() bool
- func (o *UpdatePlayerThemeResponse) SetData(v UpdatePlayerThemeRequest)
- func (o *UpdatePlayerThemeResponse) SetStatus(v string)
- type UpdateVideoInfoRequest
- func (o *UpdateVideoInfoRequest) GetDescription() string
- func (o *UpdateVideoInfoRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateVideoInfoRequest) GetIsPublic() bool
- func (o *UpdateVideoInfoRequest) GetIsPublicOk() (*bool, bool)
- func (o *UpdateVideoInfoRequest) GetMetadata() []Metadata
- func (o *UpdateVideoInfoRequest) GetMetadataOk() (*[]Metadata, bool)
- func (o *UpdateVideoInfoRequest) GetPlayerId() string
- func (o *UpdateVideoInfoRequest) GetPlayerIdOk() (*string, bool)
- func (o *UpdateVideoInfoRequest) GetTags() []string
- func (o *UpdateVideoInfoRequest) GetTagsOk() (*[]string, bool)
- func (o *UpdateVideoInfoRequest) GetTitle() string
- func (o *UpdateVideoInfoRequest) GetTitleOk() (*string, bool)
- func (o *UpdateVideoInfoRequest) HasDescription() bool
- func (o *UpdateVideoInfoRequest) HasIsPublic() bool
- func (o *UpdateVideoInfoRequest) HasMetadata() bool
- func (o *UpdateVideoInfoRequest) HasPlayerId() bool
- func (o *UpdateVideoInfoRequest) HasTags() bool
- func (o *UpdateVideoInfoRequest) HasTitle() bool
- func (o *UpdateVideoInfoRequest) SetDescription(v string)
- func (o *UpdateVideoInfoRequest) SetIsPublic(v bool)
- func (o *UpdateVideoInfoRequest) SetMetadata(v []Metadata)
- func (o *UpdateVideoInfoRequest) SetPlayerId(v string)
- func (o *UpdateVideoInfoRequest) SetTags(v []string)
- func (o *UpdateVideoInfoRequest) SetTitle(v string)
- type UpdateWebhookRequest
- func (o *UpdateWebhookRequest) GetEncodingFailed() bool
- func (o *UpdateWebhookRequest) GetEncodingFailedOk() (*bool, bool)
- func (o *UpdateWebhookRequest) GetEncodingFinished() bool
- func (o *UpdateWebhookRequest) GetEncodingFinishedOk() (*bool, bool)
- func (o *UpdateWebhookRequest) GetEncodingStarted() bool
- func (o *UpdateWebhookRequest) GetEncodingStartedOk() (*bool, bool)
- func (o *UpdateWebhookRequest) GetFileReceived() bool
- func (o *UpdateWebhookRequest) GetFileReceivedOk() (*bool, bool)
- func (o *UpdateWebhookRequest) GetName() string
- func (o *UpdateWebhookRequest) GetNameOk() (*string, bool)
- func (o *UpdateWebhookRequest) GetPartialFinished() bool
- func (o *UpdateWebhookRequest) GetPartialFinishedOk() (*bool, bool)
- func (o *UpdateWebhookRequest) GetUrl() string
- func (o *UpdateWebhookRequest) GetUrlOk() (*string, bool)
- func (o *UpdateWebhookRequest) HasEncodingFailed() bool
- func (o *UpdateWebhookRequest) HasEncodingFinished() bool
- func (o *UpdateWebhookRequest) HasEncodingStarted() bool
- func (o *UpdateWebhookRequest) HasFileReceived() bool
- func (o *UpdateWebhookRequest) HasName() bool
- func (o *UpdateWebhookRequest) HasPartialFinished() bool
- func (o *UpdateWebhookRequest) HasUrl() bool
- func (o *UpdateWebhookRequest) SetEncodingFailed(v bool)
- func (o *UpdateWebhookRequest) SetEncodingFinished(v bool)
- func (o *UpdateWebhookRequest) SetEncodingStarted(v bool)
- func (o *UpdateWebhookRequest) SetFileReceived(v bool)
- func (o *UpdateWebhookRequest) SetName(v string)
- func (o *UpdateWebhookRequest) SetPartialFinished(v bool)
- func (o *UpdateWebhookRequest) SetUrl(v string)
- type UploadLogoByIdResponse
- func (o *UploadLogoByIdResponse) GetData() PlayerTheme
- func (o *UploadLogoByIdResponse) GetDataOk() (*PlayerTheme, bool)
- func (o *UploadLogoByIdResponse) GetStatus() string
- func (o *UploadLogoByIdResponse) GetStatusOk() (*string, bool)
- func (o *UploadLogoByIdResponse) HasData() bool
- func (o *UploadLogoByIdResponse) HasStatus() bool
- func (o *UploadLogoByIdResponse) SetData(v PlayerTheme)
- func (o *UploadLogoByIdResponse) SetStatus(v string)
- type UploadPartStream
- func (s *UploadPartStream) UploadAPart(ctx context.Context, fileName string, fileReader io.Reader, fileSize int64, ...) (*Media, error)
- func (s *UploadPartStream) UploadLastPart(fileName string, fileReader io.Reader, fileSize int64) (*Media, error)
- func (s *UploadPartStream) UploadLastPartFile(file *os.File) (*Media, error)
- func (s *UploadPartStream) UploadLastPartWithContext(ctx context.Context, fileName string, fileReader io.Reader, fileSize int64) (*Media, error)
- func (s *UploadPartStream) UploadLastPartWithContextFile(ctx context.Context, file *os.File) (*Media, error)
- func (s *UploadPartStream) UploadPart(fileName string, fileReader io.Reader, fileSize int64) (*Media, error)
- func (s *UploadPartStream) UploadPartFile(file *os.File) (*Media, error)
- func (s *UploadPartStream) UploadPartWithContext(ctx context.Context, fileName string, fileReader io.Reader, fileSize int64) (*Media, error)
- func (s *UploadPartStream) UploadPartWithContextFile(ctx context.Context, file *os.File) (*Media, error)
- type User
- func (o *User) GetBalance() float32
- func (o *User) GetBalanceOk() (*float32, bool)
- func (o *User) GetCreatedAt() string
- func (o *User) GetCreatedAtOk() (*string, bool)
- func (o *User) GetDebt() float32
- func (o *User) GetDebtOk() (*float32, bool)
- func (o *User) GetEmail() string
- func (o *User) GetEmailOk() (*string, bool)
- func (o *User) GetExclusiveCode() string
- func (o *User) GetExclusiveCodeOk() (*string, bool)
- func (o *User) GetFirstName() string
- func (o *User) GetFirstNameOk() (*string, bool)
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetLastName() string
- func (o *User) GetLastNameOk() (*string, bool)
- func (o *User) GetLastRequestedAt() string
- func (o *User) GetLastRequestedAtOk() (*string, bool)
- func (o *User) GetMediaQualitiesConfig() string
- func (o *User) GetMediaQualitiesConfigOk() (*string, bool)
- func (o *User) GetUpdatedAt() string
- func (o *User) GetUpdatedAtOk() (*string, bool)
- func (o *User) GetWalletAddress() string
- func (o *User) GetWalletAddressOk() (*string, bool)
- func (o *User) GetWalletConnection() string
- func (o *User) GetWalletConnectionOk() (*string, bool)
- func (o *User) HasBalance() bool
- func (o *User) HasCreatedAt() bool
- func (o *User) HasDebt() bool
- func (o *User) HasEmail() bool
- func (o *User) HasExclusiveCode() bool
- func (o *User) HasFirstName() bool
- func (o *User) HasId() bool
- func (o *User) HasLastName() bool
- func (o *User) HasLastRequestedAt() bool
- func (o *User) HasMediaQualitiesConfig() bool
- func (o *User) HasUpdatedAt() bool
- func (o *User) HasWalletAddress() bool
- func (o *User) HasWalletConnection() bool
- func (o *User) SetBalance(v float32)
- func (o *User) SetCreatedAt(v string)
- func (o *User) SetDebt(v float32)
- func (o *User) SetEmail(v string)
- func (o *User) SetExclusiveCode(v string)
- func (o *User) SetFirstName(v string)
- func (o *User) SetId(v string)
- func (o *User) SetLastName(v string)
- func (o *User) SetLastRequestedAt(v string)
- func (o *User) SetMediaQualitiesConfig(v string)
- func (o *User) SetUpdatedAt(v string)
- func (o *User) SetWalletAddress(v string)
- func (o *User) SetWalletConnection(v string)
- type VideoApiGetCaptionsRequest
- type VideoApiGetVideoPlayerInfoRequest
- type VideoAssets
- func (o *VideoAssets) GetDashIframe() string
- func (o *VideoAssets) GetDashIframeOk() (*string, bool)
- func (o *VideoAssets) GetDashPlayerUrl() string
- func (o *VideoAssets) GetDashPlayerUrlOk() (*string, bool)
- func (o *VideoAssets) GetDashUrl() string
- func (o *VideoAssets) GetDashUrlOk() (*string, bool)
- func (o *VideoAssets) GetHlsIframe() string
- func (o *VideoAssets) GetHlsIframeOk() (*string, bool)
- func (o *VideoAssets) GetHlsPlayerUrl() string
- func (o *VideoAssets) GetHlsPlayerUrlOk() (*string, bool)
- func (o *VideoAssets) GetHlsUrl() string
- func (o *VideoAssets) GetHlsUrlOk() (*string, bool)
- func (o *VideoAssets) GetMp4Url() string
- func (o *VideoAssets) GetMp4UrlOk() (*string, bool)
- func (o *VideoAssets) GetSourceUrl() string
- func (o *VideoAssets) GetSourceUrlOk() (*string, bool)
- func (o *VideoAssets) GetThumbnailUrl() string
- func (o *VideoAssets) GetThumbnailUrlOk() (*string, bool)
- func (o *VideoAssets) HasDashIframe() bool
- func (o *VideoAssets) HasDashPlayerUrl() bool
- func (o *VideoAssets) HasDashUrl() bool
- func (o *VideoAssets) HasHlsIframe() bool
- func (o *VideoAssets) HasHlsPlayerUrl() bool
- func (o *VideoAssets) HasHlsUrl() bool
- func (o *VideoAssets) HasMp4Url() bool
- func (o *VideoAssets) HasSourceUrl() bool
- func (o *VideoAssets) HasThumbnailUrl() bool
- func (o *VideoAssets) SetDashIframe(v string)
- func (o *VideoAssets) SetDashPlayerUrl(v string)
- func (o *VideoAssets) SetDashUrl(v string)
- func (o *VideoAssets) SetHlsIframe(v string)
- func (o *VideoAssets) SetHlsPlayerUrl(v string)
- func (o *VideoAssets) SetHlsUrl(v string)
- func (o *VideoAssets) SetMp4Url(v string)
- func (o *VideoAssets) SetSourceUrl(v string)
- func (o *VideoAssets) SetThumbnailUrl(v string)
- type VideoCaption
- func (o *VideoCaption) GetDescription() string
- func (o *VideoCaption) GetDescriptionOk() (*string, bool)
- func (o *VideoCaption) GetIsDefault() bool
- func (o *VideoCaption) GetIsDefaultOk() (*bool, bool)
- func (o *VideoCaption) GetLanguage() string
- func (o *VideoCaption) GetLanguageOk() (*string, bool)
- func (o *VideoCaption) GetStatus() string
- func (o *VideoCaption) GetStatusOk() (*string, bool)
- func (o *VideoCaption) GetUrl() string
- func (o *VideoCaption) GetUrlOk() (*string, bool)
- func (o *VideoCaption) HasDescription() bool
- func (o *VideoCaption) HasIsDefault() bool
- func (o *VideoCaption) HasLanguage() bool
- func (o *VideoCaption) HasStatus() bool
- func (o *VideoCaption) HasUrl() bool
- func (o *VideoCaption) SetDescription(v string)
- func (o *VideoCaption) SetIsDefault(v bool)
- func (o *VideoCaption) SetLanguage(v string)
- func (o *VideoCaption) SetStatus(v string)
- func (o *VideoCaption) SetUrl(v string)
- type VideoChapter
- func (o *VideoChapter) GetLanguage() string
- func (o *VideoChapter) GetLanguageOk() (*string, bool)
- func (o *VideoChapter) GetUrl() string
- func (o *VideoChapter) GetUrlOk() (*string, bool)
- func (o *VideoChapter) HasLanguage() bool
- func (o *VideoChapter) HasUrl() bool
- func (o *VideoChapter) SetLanguage(v string)
- func (o *VideoChapter) SetUrl(v string)
- type VideoChapterApiGetRequest
- type VideoChapterService
- func (s *VideoChapterService) Create(id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoChapterResponse, error)
- func (s *VideoChapterService) CreateFile(id string, lan string, file *os.File) (*CreateVideoChapterResponse, error)
- func (s *VideoChapterService) CreateFileWithContext(ctx context.Context, id string, lan string, file *os.File) (*CreateVideoChapterResponse, error)
- func (s *VideoChapterService) CreateWithContext(ctx context.Context, id string, lan string, fileName string, ...) (*CreateVideoChapterResponse, error)
- func (s *VideoChapterService) Delete(id string, lan string) (*ResponseSuccess, error)
- func (s *VideoChapterService) DeleteWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
- func (s *VideoChapterService) Get(id string, r VideoChapterApiGetRequest) (*GetVideoChaptersResponse, error)
- func (s *VideoChapterService) GetWithContext(ctx context.Context, id string, r VideoChapterApiGetRequest) (*GetVideoChaptersResponse, error)
- type VideoChapterServiceI
- type VideoConfig
- func (o *VideoConfig) GetBitrate() int32
- func (o *VideoConfig) GetBitrateOk() (*int32, bool)
- func (o *VideoConfig) GetCodec() string
- func (o *VideoConfig) GetCodecOk() (*string, bool)
- func (o *VideoConfig) GetIndex() int32
- func (o *VideoConfig) GetIndexOk() (*int32, bool)
- func (o *VideoConfig) HasBitrate() bool
- func (o *VideoConfig) HasCodec() bool
- func (o *VideoConfig) HasIndex() bool
- func (o *VideoConfig) SetBitrate(v int32)
- func (o *VideoConfig) SetCodec(v string)
- func (o *VideoConfig) SetIndex(v int32)
- type VideoService
- func (s *VideoService) Create(request CreateMediaRequest) (*CreateMediaResponse, error)
- func (s *VideoService) CreateCaption(id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoCaptionResponse, error)
- func (s *VideoService) CreateCaptionFile(id string, lan string, file *os.File) (*CreateVideoCaptionResponse, error)
- func (s *VideoService) CreateCaptionFileWithContext(ctx context.Context, id string, lan string, file *os.File) (*CreateVideoCaptionResponse, error)
- func (s *VideoService) CreateCaptionWithContext(ctx context.Context, id string, lan string, fileName string, ...) (*CreateVideoCaptionResponse, error)
- func (s *VideoService) CreateUploadPartStream(id string, hash *string, index *string) (IUploadStream, error)
- func (s *VideoService) CreateWithContext(ctx context.Context, request CreateMediaRequest) (*CreateMediaResponse, error)
- func (s *VideoService) Delete(id string) (*ResponseSuccess, error)
- func (s *VideoService) DeleteCaption(id string, lan string) (*ResponseSuccess, error)
- func (s *VideoService) DeleteCaptionWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
- func (s *VideoService) DeleteThumbnail(id string) (*ResponseSuccess, error)
- func (s *VideoService) DeleteThumbnailWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *VideoService) DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *VideoService) GetCaptions(id string, r VideoApiGetCaptionsRequest) (*GetVideoCaptionsResponse, error)
- func (s *VideoService) GetCaptionsWithContext(ctx context.Context, id string, r VideoApiGetCaptionsRequest) (*GetVideoCaptionsResponse, error)
- func (s *VideoService) GetCost(qualities string, duration float32) (*GetTranscodeCostResponse, error)
- func (s *VideoService) GetCostWithContext(ctx context.Context, qualities string, duration float32) (*GetTranscodeCostResponse, error)
- func (s *VideoService) GetDetail(id string) (*GetVideoDetailResponse, error)
- func (s *VideoService) GetDetailWithContext(ctx context.Context, id string) (*GetVideoDetailResponse, error)
- func (s *VideoService) GetVideoList(request GetVideoListRequest) (*GetVideoListResponse, error)
- func (s *VideoService) GetVideoListWithContext(ctx context.Context, request GetVideoListRequest) (*GetVideoListResponse, error)
- func (s *VideoService) GetVideoPlayerInfo(id string, r VideoApiGetVideoPlayerInfoRequest) (*GetVideoPlayerInfoResponse, error)
- func (s *VideoService) GetVideoPlayerInfoWithContext(ctx context.Context, id string, r VideoApiGetVideoPlayerInfoRequest) (*GetVideoPlayerInfoResponse, error)
- func (s *VideoService) SetDefaultCaption(id string, lan string) (*ResponseSuccess, error)
- func (s *VideoService) SetDefaultCaptionWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
- func (s *VideoService) Update(id string, input UpdateVideoInfoRequest) (*ResponseSuccess, error)
- func (s *VideoService) UpdateWithContext(ctx context.Context, id string, input UpdateVideoInfoRequest) (*ResponseSuccess, error)
- func (s *VideoService) UploadPart(id string, hash *string, index *string, fileName string, fileReader io.Reader, ...) (*ResponseSuccess, error)
- func (s *VideoService) UploadPartFile(id string, file *os.File, hash *string, index *string) (*ResponseSuccess, error)
- func (s *VideoService) UploadPartFileWithContext(ctx context.Context, id string, file *os.File, hash *string, index *string) (*ResponseSuccess, error)
- func (s *VideoService) UploadPartWithContext(ctx context.Context, id string, hash *string, index *string, fileName string, ...) (*ResponseSuccess, error)
- func (s *VideoService) UploadThumbnail(id string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
- func (s *VideoService) UploadThumbnailFile(id string, file *os.File) (*ResponseSuccess, error)
- func (s *VideoService) UploadThumbnailFileWithContext(ctx context.Context, id string, file *os.File) (*ResponseSuccess, error)
- func (s *VideoService) UploadThumbnailWithContext(ctx context.Context, id string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
- func (s *VideoService) UploadVideoComplete(id string) (*ResponseSuccess, error)
- func (s *VideoService) UploadVideoCompleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- type VideoServiceI
- type VideoWatermark
- func (o *VideoWatermark) GetBottom() string
- func (o *VideoWatermark) GetBottomOk() (*string, bool)
- func (o *VideoWatermark) GetHeight() string
- func (o *VideoWatermark) GetHeightOk() (*string, bool)
- func (o *VideoWatermark) GetId() string
- func (o *VideoWatermark) GetIdOk() (*string, bool)
- func (o *VideoWatermark) GetLeft() string
- func (o *VideoWatermark) GetLeftOk() (*string, bool)
- func (o *VideoWatermark) GetOpacity() string
- func (o *VideoWatermark) GetOpacityOk() (*string, bool)
- func (o *VideoWatermark) GetRight() string
- func (o *VideoWatermark) GetRightOk() (*string, bool)
- func (o *VideoWatermark) GetTop() string
- func (o *VideoWatermark) GetTopOk() (*string, bool)
- func (o *VideoWatermark) GetWidth() string
- func (o *VideoWatermark) GetWidthOk() (*string, bool)
- func (o *VideoWatermark) HasBottom() bool
- func (o *VideoWatermark) HasHeight() bool
- func (o *VideoWatermark) HasId() bool
- func (o *VideoWatermark) HasLeft() bool
- func (o *VideoWatermark) HasOpacity() bool
- func (o *VideoWatermark) HasRight() bool
- func (o *VideoWatermark) HasTop() bool
- func (o *VideoWatermark) HasWidth() bool
- func (o *VideoWatermark) SetBottom(v string)
- func (o *VideoWatermark) SetHeight(v string)
- func (o *VideoWatermark) SetId(v string)
- func (o *VideoWatermark) SetLeft(v string)
- func (o *VideoWatermark) SetOpacity(v string)
- func (o *VideoWatermark) SetRight(v string)
- func (o *VideoWatermark) SetTop(v string)
- func (o *VideoWatermark) SetWidth(v string)
- type Webhook
- func (o *Webhook) GetCreatedAt() string
- func (o *Webhook) GetCreatedAtOk() (*string, bool)
- func (o *Webhook) GetEncodingFailed() bool
- func (o *Webhook) GetEncodingFailedOk() (*bool, bool)
- func (o *Webhook) GetEncodingFinished() bool
- func (o *Webhook) GetEncodingFinishedOk() (*bool, bool)
- func (o *Webhook) GetEncodingStarted() bool
- func (o *Webhook) GetEncodingStartedOk() (*bool, bool)
- func (o *Webhook) GetFileReceived() bool
- func (o *Webhook) GetFileReceivedOk() (*bool, bool)
- func (o *Webhook) GetId() string
- func (o *Webhook) GetIdOk() (*string, bool)
- func (o *Webhook) GetLastTriggeredAt() string
- func (o *Webhook) GetLastTriggeredAtOk() (*string, bool)
- func (o *Webhook) GetName() string
- func (o *Webhook) GetNameOk() (*string, bool)
- func (o *Webhook) GetPartialFinished() bool
- func (o *Webhook) GetPartialFinishedOk() (*bool, bool)
- func (o *Webhook) GetUpdatedAt() string
- func (o *Webhook) GetUpdatedAtOk() (*string, bool)
- func (o *Webhook) GetUrl() string
- func (o *Webhook) GetUrlOk() (*string, bool)
- func (o *Webhook) GetUserId() string
- func (o *Webhook) GetUserIdOk() (*string, bool)
- func (o *Webhook) HasCreatedAt() bool
- func (o *Webhook) HasEncodingFailed() bool
- func (o *Webhook) HasEncodingFinished() bool
- func (o *Webhook) HasEncodingStarted() bool
- func (o *Webhook) HasFileReceived() bool
- func (o *Webhook) HasId() bool
- func (o *Webhook) HasLastTriggeredAt() bool
- func (o *Webhook) HasName() bool
- func (o *Webhook) HasPartialFinished() bool
- func (o *Webhook) HasUpdatedAt() bool
- func (o *Webhook) HasUrl() bool
- func (o *Webhook) HasUserId() bool
- func (o *Webhook) SetCreatedAt(v string)
- func (o *Webhook) SetEncodingFailed(v bool)
- func (o *Webhook) SetEncodingFinished(v bool)
- func (o *Webhook) SetEncodingStarted(v bool)
- func (o *Webhook) SetFileReceived(v bool)
- func (o *Webhook) SetId(v string)
- func (o *Webhook) SetLastTriggeredAt(v string)
- func (o *Webhook) SetName(v string)
- func (o *Webhook) SetPartialFinished(v bool)
- func (o *Webhook) SetUpdatedAt(v string)
- func (o *Webhook) SetUrl(v string)
- func (o *Webhook) SetUserId(v string)
- type WebhookApiListRequest
- func (r WebhookApiListRequest) EncodingFinished(encodingFinished bool) WebhookApiListRequest
- func (r WebhookApiListRequest) EncodingStarted(encodingStarted bool) WebhookApiListRequest
- func (r WebhookApiListRequest) FileReceived(fileReceived bool) WebhookApiListRequest
- func (r WebhookApiListRequest) Limit(limit int32) WebhookApiListRequest
- func (r WebhookApiListRequest) Offset(offset int32) WebhookApiListRequest
- func (r WebhookApiListRequest) OrderBy(orderBy string) WebhookApiListRequest
- func (r WebhookApiListRequest) Search(search string) WebhookApiListRequest
- func (r WebhookApiListRequest) SortBy(sortBy string) WebhookApiListRequest
- type WebhookService
- func (s *WebhookService) Check(id string) (*ResponseSuccess, error)
- func (s *WebhookService) CheckWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *WebhookService) Create(request CreateWebhookRequest) (*CreateWebhookResponse, error)
- func (s *WebhookService) CreateWithContext(ctx context.Context, request CreateWebhookRequest) (*CreateWebhookResponse, error)
- func (s *WebhookService) Delete(id string) (*ResponseSuccess, error)
- func (s *WebhookService) DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
- func (s *WebhookService) Get(id string) (*GetUserWebhookResponse, error)
- func (s *WebhookService) GetWithContext(ctx context.Context, id string) (*GetUserWebhookResponse, error)
- func (s *WebhookService) List(r WebhookApiListRequest) (*GetWebhooksListResponse, error)
- func (s *WebhookService) ListWithContext(ctx context.Context, r WebhookApiListRequest) (*GetWebhooksListResponse, error)
- func (s *WebhookService) Update(id string, request UpdateWebhookRequest) (*ResponseSuccess, error)
- func (s *WebhookService) UpdateWithContext(ctx context.Context, id string, request UpdateWebhookRequest) (*ResponseSuccess, error)
- type WebhookServiceI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type AddPlayerThemesToVideoRequest ¶
type AddPlayerThemesToVideoRequest struct {
PlayerThemeId *string `json:"player_theme_id,omitempty"`
VideoId *string `json:"video_id,omitempty"`
}
AddPlayerThemesToVideoRequest struct for AddPlayerThemesToVideoRequest
func NewAddPlayerThemesToVideoRequest ¶
func NewAddPlayerThemesToVideoRequest() *AddPlayerThemesToVideoRequest
NewAddPlayerThemesToVideoRequest instantiates a new AddPlayerThemesToVideoRequest 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 NewAddPlayerThemesToVideoRequestWithDefaults ¶
func NewAddPlayerThemesToVideoRequestWithDefaults() *AddPlayerThemesToVideoRequest
NewAddPlayerThemesToVideoRequestWithDefaults instantiates a new AddPlayerThemesToVideoRequest 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 (*AddPlayerThemesToVideoRequest) GetPlayerThemeId ¶
func (o *AddPlayerThemesToVideoRequest) GetPlayerThemeId() string
GetPlayerThemeId returns the PlayerThemeId field value if set, zero value otherwise.
func (*AddPlayerThemesToVideoRequest) GetPlayerThemeIdOk ¶
func (o *AddPlayerThemesToVideoRequest) GetPlayerThemeIdOk() (*string, bool)
GetPlayerThemeIdOk returns a tuple with the PlayerThemeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddPlayerThemesToVideoRequest) GetVideoId ¶
func (o *AddPlayerThemesToVideoRequest) GetVideoId() string
GetVideoId returns the VideoId field value if set, zero value otherwise.
func (*AddPlayerThemesToVideoRequest) GetVideoIdOk ¶
func (o *AddPlayerThemesToVideoRequest) GetVideoIdOk() (*string, bool)
GetVideoIdOk returns a tuple with the VideoId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddPlayerThemesToVideoRequest) HasPlayerThemeId ¶
func (o *AddPlayerThemesToVideoRequest) HasPlayerThemeId() bool
HasPlayerThemeId returns a boolean if a field has been set.
func (*AddPlayerThemesToVideoRequest) HasVideoId ¶
func (o *AddPlayerThemesToVideoRequest) HasVideoId() bool
HasVideoId returns a boolean if a field has been set.
func (*AddPlayerThemesToVideoRequest) SetPlayerThemeId ¶
func (o *AddPlayerThemesToVideoRequest) SetPlayerThemeId(v string)
SetPlayerThemeId gets a reference to the given string and assigns it to the PlayerThemeId field.
func (*AddPlayerThemesToVideoRequest) SetVideoId ¶
func (o *AddPlayerThemesToVideoRequest) SetVideoId(v string)
SetVideoId gets a reference to the given string and assigns it to the VideoId field.
type AddVideoToPlaylistRequest ¶
type AddVideoToPlaylistRequest struct {
VideoId *string `json:"video_id,omitempty"`
}
AddVideoToPlaylistRequest struct for AddVideoToPlaylistRequest
func NewAddVideoToPlaylistRequest ¶
func NewAddVideoToPlaylistRequest() *AddVideoToPlaylistRequest
NewAddVideoToPlaylistRequest instantiates a new AddVideoToPlaylistRequest 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 NewAddVideoToPlaylistRequestWithDefaults ¶
func NewAddVideoToPlaylistRequestWithDefaults() *AddVideoToPlaylistRequest
NewAddVideoToPlaylistRequestWithDefaults instantiates a new AddVideoToPlaylistRequest 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 (*AddVideoToPlaylistRequest) GetVideoId ¶
func (o *AddVideoToPlaylistRequest) GetVideoId() string
GetVideoId returns the VideoId field value if set, zero value otherwise.
func (*AddVideoToPlaylistRequest) GetVideoIdOk ¶
func (o *AddVideoToPlaylistRequest) GetVideoIdOk() (*string, bool)
GetVideoIdOk returns a tuple with the VideoId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddVideoToPlaylistRequest) HasVideoId ¶
func (o *AddVideoToPlaylistRequest) HasVideoId() bool
HasVideoId returns a boolean if a field has been set.
func (*AddVideoToPlaylistRequest) SetVideoId ¶
func (o *AddVideoToPlaylistRequest) SetVideoId(v string)
SetVideoId gets a reference to the given string and assigns it to the VideoId field.
type ApiKey ¶
type ApiKey struct {
CreatedAt *string `json:"created_at,omitempty"`
ExpiredAt *string `json:"expired_at,omitempty"`
Id *string `json:"id,omitempty"`
LastRequestedAt *string `json:"last_requested_at,omitempty"`
Name *string `json:"name,omitempty"`
PublicKey *string `json:"public_key,omitempty"`
Secret *string `json:"secret,omitempty"`
TruncatedSecret *string `json:"truncated_secret,omitempty"`
Ttl *string `json:"ttl,omitempty"`
Type *string `json:"type,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
User *User `json:"user,omitempty"`
}
ApiKey struct for ApiKey
func NewApiKey ¶
func NewApiKey() *ApiKey
NewApiKey instantiates a new ApiKey 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 NewApiKeyWithDefaults ¶
func NewApiKeyWithDefaults() *ApiKey
NewApiKeyWithDefaults instantiates a new ApiKey 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 (*ApiKey) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ApiKey) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetExpiredAt ¶
GetExpiredAt returns the ExpiredAt field value if set, zero value otherwise.
func (*ApiKey) GetExpiredAtOk ¶
GetExpiredAtOk returns a tuple with the ExpiredAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetLastRequestedAt ¶ added in v1.0.11
GetLastRequestedAt returns the LastRequestedAt field value if set, zero value otherwise.
func (*ApiKey) GetLastRequestedAtOk ¶ added in v1.0.11
GetLastRequestedAtOk returns a tuple with the LastRequestedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetPublicKey ¶
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*ApiKey) GetPublicKeyOk ¶
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetSecretOk ¶
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetTruncatedSecret ¶
GetTruncatedSecret returns the TruncatedSecret field value if set, zero value otherwise.
func (*ApiKey) GetTruncatedSecretOk ¶
GetTruncatedSecretOk returns a tuple with the TruncatedSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetTtlOk ¶
GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ApiKey) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetUser ¶ added in v1.0.10
GetUser returns the User field value if set, zero value otherwise.
func (*ApiKey) GetUserOk ¶ added in v1.0.10
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*ApiKey) HasExpiredAt ¶
HasExpiredAt returns a boolean if a field has been set.
func (*ApiKey) HasLastRequestedAt ¶ added in v1.0.11
HasLastRequestedAt returns a boolean if a field has been set.
func (*ApiKey) HasPublicKey ¶
HasPublicKey returns a boolean if a field has been set.
func (*ApiKey) HasTruncatedSecret ¶
HasTruncatedSecret returns a boolean if a field has been set.
func (*ApiKey) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (*ApiKey) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*ApiKey) SetExpiredAt ¶
SetExpiredAt gets a reference to the given string and assigns it to the ExpiredAt field.
func (*ApiKey) SetLastRequestedAt ¶ added in v1.0.11
SetLastRequestedAt gets a reference to the given string and assigns it to the LastRequestedAt field.
func (*ApiKey) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApiKey) SetPublicKey ¶
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (*ApiKey) SetSecret ¶
SetSecret gets a reference to the given string and assigns it to the Secret field.
func (*ApiKey) SetTruncatedSecret ¶
SetTruncatedSecret gets a reference to the given string and assigns it to the TruncatedSecret field.
func (*ApiKey) SetTtl ¶
SetTtl gets a reference to the given string and assigns it to the Ttl field.
func (*ApiKey) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*ApiKey) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
type ApiKeyApiListRequest ¶
type ApiKeyApiListRequest struct {
// contains filtered or unexported fields
}
func (ApiKeyApiListRequest) Limit ¶
func (r ApiKeyApiListRequest) Limit(limit int32) ApiKeyApiListRequest
func (ApiKeyApiListRequest) Offset ¶
func (r ApiKeyApiListRequest) Offset(offset int32) ApiKeyApiListRequest
func (ApiKeyApiListRequest) OrderBy ¶
func (r ApiKeyApiListRequest) OrderBy(orderBy string) ApiKeyApiListRequest
func (ApiKeyApiListRequest) Search ¶
func (r ApiKeyApiListRequest) Search(search string) ApiKeyApiListRequest
func (ApiKeyApiListRequest) SortBy ¶
func (r ApiKeyApiListRequest) SortBy(sortBy string) ApiKeyApiListRequest
type ApiKeyService ¶
type ApiKeyService struct {
// contains filtered or unexported fields
}
ApiKeyService communicating with the ApiKey endpoints of the AIOZ Stream API
func (*ApiKeyService) Create ¶
func (s *ApiKeyService) Create(request CreateApiKeyRequest) (*CreateApiKeyResponse, error)
func (*ApiKeyService) CreateWithContext ¶
func (s *ApiKeyService) CreateWithContext(ctx context.Context, request CreateApiKeyRequest) (*CreateApiKeyResponse, error)
func (*ApiKeyService) Delete ¶
func (s *ApiKeyService) Delete(id string) (*ResponseSuccess, error)
func (*ApiKeyService) DeleteWithContext ¶
func (s *ApiKeyService) DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*ApiKeyService) List ¶
func (s *ApiKeyService) List(r ApiKeyApiListRequest) (*GetApiKeysResponse, error)
func (*ApiKeyService) ListWithContext ¶
func (s *ApiKeyService) ListWithContext(ctx context.Context, r ApiKeyApiListRequest) (*GetApiKeysResponse, error)
func (*ApiKeyService) Update ¶
func (s *ApiKeyService) Update(id string, request RenameAPIKeyRequest) (*ResponseSuccess, error)
func (*ApiKeyService) UpdateWithContext ¶
func (s *ApiKeyService) UpdateWithContext(ctx context.Context, id string, request RenameAPIKeyRequest) (*ResponseSuccess, error)
type ApiKeyServiceI ¶
type ApiKeyServiceI interface {
Create(request CreateApiKeyRequest) (*CreateApiKeyResponse, error)
CreateWithContext(ctx context.Context, request CreateApiKeyRequest) (*CreateApiKeyResponse, error)
Update(id string, request RenameAPIKeyRequest) (*ResponseSuccess, error)
UpdateWithContext(ctx context.Context, id string, request RenameAPIKeyRequest) (*ResponseSuccess, error)
Delete(id string) (*ResponseSuccess, error)
DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
List(r ApiKeyApiListRequest) (*GetApiKeysResponse, error)
ListWithContext(ctx context.Context, r ApiKeyApiListRequest) (*GetApiKeysResponse, error)
}
type Asset ¶
type Asset struct {
LogoImageLink *string `json:"logo_image_link,omitempty"`
LogoLink *string `json:"logo_link,omitempty"`
}
Asset struct for Asset
func NewAsset ¶
func NewAsset() *Asset
NewAsset instantiates a new Asset 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 NewAssetWithDefaults ¶
func NewAssetWithDefaults() *Asset
NewAssetWithDefaults instantiates a new Asset 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 (*Asset) GetLogoImageLink ¶
GetLogoImageLink returns the LogoImageLink field value if set, zero value otherwise.
func (*Asset) GetLogoImageLinkOk ¶
GetLogoImageLinkOk returns a tuple with the LogoImageLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Asset) GetLogoLink ¶
GetLogoLink returns the LogoLink field value if set, zero value otherwise.
func (*Asset) GetLogoLinkOk ¶
GetLogoLinkOk returns a tuple with the LogoLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Asset) HasLogoImageLink ¶
HasLogoImageLink returns a boolean if a field has been set.
func (*Asset) HasLogoLink ¶
HasLogoLink returns a boolean if a field has been set.
func (*Asset) SetLogoImageLink ¶
SetLogoImageLink gets a reference to the given string and assigns it to the LogoImageLink field.
func (*Asset) SetLogoLink ¶
SetLogoLink gets a reference to the given string and assigns it to the LogoLink field.
type AudioConfig ¶ added in v1.0.10
type AudioConfig struct {
Bitrate *int32 `json:"bitrate,omitempty"`
Channels *string `json:"channels,omitempty"`
Codec *string `json:"codec,omitempty"`
Index *int32 `json:"index,omitempty"`
Language *string `json:"language,omitempty"`
SampleRate *int32 `json:"sample_rate,omitempty"`
}
AudioConfig struct for AudioConfig
func NewAudioConfig ¶ added in v1.0.10
func NewAudioConfig() *AudioConfig
NewAudioConfig instantiates a new AudioConfig 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 NewAudioConfigWithDefaults ¶ added in v1.0.10
func NewAudioConfigWithDefaults() *AudioConfig
NewAudioConfigWithDefaults instantiates a new AudioConfig 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 (*AudioConfig) GetBitrate ¶ added in v1.0.10
func (o *AudioConfig) GetBitrate() int32
GetBitrate returns the Bitrate field value if set, zero value otherwise.
func (*AudioConfig) GetBitrateOk ¶ added in v1.0.10
func (o *AudioConfig) GetBitrateOk() (*int32, bool)
GetBitrateOk returns a tuple with the Bitrate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AudioConfig) GetChannels ¶ added in v1.0.10
func (o *AudioConfig) GetChannels() string
GetChannels returns the Channels field value if set, zero value otherwise.
func (*AudioConfig) GetChannelsOk ¶ added in v1.0.10
func (o *AudioConfig) GetChannelsOk() (*string, bool)
GetChannelsOk returns a tuple with the Channels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AudioConfig) GetCodec ¶ added in v1.0.10
func (o *AudioConfig) GetCodec() string
GetCodec returns the Codec field value if set, zero value otherwise.
func (*AudioConfig) GetCodecOk ¶ added in v1.0.10
func (o *AudioConfig) GetCodecOk() (*string, bool)
GetCodecOk returns a tuple with the Codec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AudioConfig) GetIndex ¶ added in v1.0.10
func (o *AudioConfig) GetIndex() int32
GetIndex returns the Index field value if set, zero value otherwise.
func (*AudioConfig) GetIndexOk ¶ added in v1.0.10
func (o *AudioConfig) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AudioConfig) GetLanguage ¶ added in v1.0.10
func (o *AudioConfig) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise.
func (*AudioConfig) GetLanguageOk ¶ added in v1.0.10
func (o *AudioConfig) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AudioConfig) GetSampleRate ¶ added in v1.0.10
func (o *AudioConfig) GetSampleRate() int32
GetSampleRate returns the SampleRate field value if set, zero value otherwise.
func (*AudioConfig) GetSampleRateOk ¶ added in v1.0.10
func (o *AudioConfig) GetSampleRateOk() (*int32, bool)
GetSampleRateOk returns a tuple with the SampleRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AudioConfig) HasBitrate ¶ added in v1.0.10
func (o *AudioConfig) HasBitrate() bool
HasBitrate returns a boolean if a field has been set.
func (*AudioConfig) HasChannels ¶ added in v1.0.10
func (o *AudioConfig) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*AudioConfig) HasCodec ¶ added in v1.0.10
func (o *AudioConfig) HasCodec() bool
HasCodec returns a boolean if a field has been set.
func (*AudioConfig) HasIndex ¶ added in v1.0.10
func (o *AudioConfig) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (*AudioConfig) HasLanguage ¶ added in v1.0.10
func (o *AudioConfig) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (*AudioConfig) HasSampleRate ¶ added in v1.0.10
func (o *AudioConfig) HasSampleRate() bool
HasSampleRate returns a boolean if a field has been set.
func (*AudioConfig) SetBitrate ¶ added in v1.0.10
func (o *AudioConfig) SetBitrate(v int32)
SetBitrate gets a reference to the given int32 and assigns it to the Bitrate field.
func (*AudioConfig) SetChannels ¶ added in v1.0.10
func (o *AudioConfig) SetChannels(v string)
SetChannels gets a reference to the given string and assigns it to the Channels field.
func (*AudioConfig) SetCodec ¶ added in v1.0.10
func (o *AudioConfig) SetCodec(v string)
SetCodec gets a reference to the given string and assigns it to the Codec field.
func (*AudioConfig) SetIndex ¶ added in v1.0.10
func (o *AudioConfig) SetIndex(v int32)
SetIndex gets a reference to the given int32 and assigns it to the Index field.
func (*AudioConfig) SetLanguage ¶ added in v1.0.10
func (o *AudioConfig) SetLanguage(v string)
SetLanguage gets a reference to the given string and assigns it to the Language field.
func (*AudioConfig) SetSampleRate ¶ added in v1.0.10
func (o *AudioConfig) SetSampleRate(v int32)
SetSampleRate gets a reference to the given int32 and assigns it to the SampleRate field.
type AuthCredentials ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func ClientBuilder ¶
func ClientBuilder(credentials AuthCredentials) *Builder
func (*Builder) ApplicationName ¶
func (*Builder) ApplicationVersion ¶
func (*Builder) BearerToken ¶
func (*Builder) HTTPClient ¶
func (*Builder) SdkVersion ¶
func (*Builder) UploadChunkSize ¶
type Client ¶
type Client struct {
BaseURL *url.URL
PublicKey string
SecretKey string
BearerToken string
ApiKey ApiKeyServiceI
Players PlayersServiceI
Playlist PlaylistServiceI
Video VideoServiceI
VideoChapter VideoChapterServiceI
Webhook WebhookServiceI
// contains filtered or unexported fields
}
type Controls ¶
type Controls struct {
EnableApi *bool `json:"enable_api,omitempty"`
EnableControls *bool `json:"enable_controls,omitempty"`
ForceAutoplay *bool `json:"force_autoplay,omitempty"`
ForceLoop *bool `json:"force_loop,omitempty"`
HideTitle *bool `json:"hide_title,omitempty"`
}
Controls struct for Controls
func NewControls ¶
func NewControls() *Controls
NewControls instantiates a new Controls 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 NewControlsWithDefaults ¶
func NewControlsWithDefaults() *Controls
NewControlsWithDefaults instantiates a new Controls 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 (*Controls) GetEnableApi ¶
GetEnableApi returns the EnableApi field value if set, zero value otherwise.
func (*Controls) GetEnableApiOk ¶
GetEnableApiOk returns a tuple with the EnableApi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Controls) GetEnableControls ¶
GetEnableControls returns the EnableControls field value if set, zero value otherwise.
func (*Controls) GetEnableControlsOk ¶
GetEnableControlsOk returns a tuple with the EnableControls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Controls) GetForceAutoplay ¶
GetForceAutoplay returns the ForceAutoplay field value if set, zero value otherwise.
func (*Controls) GetForceAutoplayOk ¶
GetForceAutoplayOk returns a tuple with the ForceAutoplay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Controls) GetForceLoop ¶
GetForceLoop returns the ForceLoop field value if set, zero value otherwise.
func (*Controls) GetForceLoopOk ¶
GetForceLoopOk returns a tuple with the ForceLoop field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Controls) GetHideTitle ¶
GetHideTitle returns the HideTitle field value if set, zero value otherwise.
func (*Controls) GetHideTitleOk ¶
GetHideTitleOk returns a tuple with the HideTitle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Controls) HasEnableApi ¶
HasEnableApi returns a boolean if a field has been set.
func (*Controls) HasEnableControls ¶
HasEnableControls returns a boolean if a field has been set.
func (*Controls) HasForceAutoplay ¶
HasForceAutoplay returns a boolean if a field has been set.
func (*Controls) HasForceLoop ¶
HasForceLoop returns a boolean if a field has been set.
func (*Controls) HasHideTitle ¶
HasHideTitle returns a boolean if a field has been set.
func (*Controls) SetEnableApi ¶
SetEnableApi gets a reference to the given bool and assigns it to the EnableApi field.
func (*Controls) SetEnableControls ¶
SetEnableControls gets a reference to the given bool and assigns it to the EnableControls field.
func (*Controls) SetForceAutoplay ¶
SetForceAutoplay gets a reference to the given bool and assigns it to the ForceAutoplay field.
func (*Controls) SetForceLoop ¶
SetForceLoop gets a reference to the given bool and assigns it to the ForceLoop field.
func (*Controls) SetHideTitle ¶
SetHideTitle gets a reference to the given bool and assigns it to the HideTitle field.
type CreateApiKeyData ¶
type CreateApiKeyData struct {
ApiKey *ApiKey `json:"api_key,omitempty"`
}
CreateApiKeyData struct for CreateApiKeyData
func NewCreateApiKeyData ¶
func NewCreateApiKeyData() *CreateApiKeyData
NewCreateApiKeyData instantiates a new CreateApiKeyData 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 NewCreateApiKeyDataWithDefaults ¶
func NewCreateApiKeyDataWithDefaults() *CreateApiKeyData
NewCreateApiKeyDataWithDefaults instantiates a new CreateApiKeyData 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 (*CreateApiKeyData) GetApiKey ¶
func (o *CreateApiKeyData) GetApiKey() ApiKey
GetApiKey returns the ApiKey field value if set, zero value otherwise.
func (*CreateApiKeyData) GetApiKeyOk ¶
func (o *CreateApiKeyData) GetApiKeyOk() (*ApiKey, bool)
GetApiKeyOk returns a tuple with the ApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyData) HasApiKey ¶
func (o *CreateApiKeyData) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (*CreateApiKeyData) SetApiKey ¶
func (o *CreateApiKeyData) SetApiKey(v ApiKey)
SetApiKey gets a reference to the given ApiKey and assigns it to the ApiKey field.
type CreateApiKeyRequest ¶
type CreateApiKeyRequest struct {
ApiKeyName *string `json:"api_key_name,omitempty"`
Ttl *string `json:"ttl,omitempty"`
Type *string `json:"type,omitempty"`
}
CreateApiKeyRequest struct for CreateApiKeyRequest
func NewCreateApiKeyRequest ¶
func NewCreateApiKeyRequest() *CreateApiKeyRequest
NewCreateApiKeyRequest instantiates a new CreateApiKeyRequest 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 NewCreateApiKeyRequestWithDefaults ¶
func NewCreateApiKeyRequestWithDefaults() *CreateApiKeyRequest
NewCreateApiKeyRequestWithDefaults instantiates a new CreateApiKeyRequest 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 (*CreateApiKeyRequest) GetApiKeyName ¶
func (o *CreateApiKeyRequest) GetApiKeyName() string
GetApiKeyName returns the ApiKeyName field value if set, zero value otherwise.
func (*CreateApiKeyRequest) GetApiKeyNameOk ¶
func (o *CreateApiKeyRequest) GetApiKeyNameOk() (*string, bool)
GetApiKeyNameOk returns a tuple with the ApiKeyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyRequest) GetTtl ¶
func (o *CreateApiKeyRequest) GetTtl() string
GetTtl returns the Ttl field value if set, zero value otherwise.
func (*CreateApiKeyRequest) GetTtlOk ¶
func (o *CreateApiKeyRequest) GetTtlOk() (*string, bool)
GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyRequest) GetType ¶
func (o *CreateApiKeyRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*CreateApiKeyRequest) GetTypeOk ¶
func (o *CreateApiKeyRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyRequest) HasApiKeyName ¶
func (o *CreateApiKeyRequest) HasApiKeyName() bool
HasApiKeyName returns a boolean if a field has been set.
func (*CreateApiKeyRequest) HasTtl ¶
func (o *CreateApiKeyRequest) HasTtl() bool
HasTtl returns a boolean if a field has been set.
func (*CreateApiKeyRequest) HasType ¶
func (o *CreateApiKeyRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (*CreateApiKeyRequest) SetApiKeyName ¶
func (o *CreateApiKeyRequest) SetApiKeyName(v string)
SetApiKeyName gets a reference to the given string and assigns it to the ApiKeyName field.
func (*CreateApiKeyRequest) SetTtl ¶
func (o *CreateApiKeyRequest) SetTtl(v string)
SetTtl gets a reference to the given string and assigns it to the Ttl field.
func (*CreateApiKeyRequest) SetType ¶
func (o *CreateApiKeyRequest) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type CreateApiKeyResponse ¶
type CreateApiKeyResponse struct {
Data *CreateApiKeyData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
CreateApiKeyResponse struct for CreateApiKeyResponse
func NewCreateApiKeyResponse ¶
func NewCreateApiKeyResponse() *CreateApiKeyResponse
NewCreateApiKeyResponse instantiates a new CreateApiKeyResponse 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 NewCreateApiKeyResponseWithDefaults ¶
func NewCreateApiKeyResponseWithDefaults() *CreateApiKeyResponse
NewCreateApiKeyResponseWithDefaults instantiates a new CreateApiKeyResponse 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 (*CreateApiKeyResponse) GetData ¶
func (o *CreateApiKeyResponse) GetData() CreateApiKeyData
GetData returns the Data field value if set, zero value otherwise.
func (*CreateApiKeyResponse) GetDataOk ¶
func (o *CreateApiKeyResponse) GetDataOk() (*CreateApiKeyData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyResponse) GetStatus ¶
func (o *CreateApiKeyResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CreateApiKeyResponse) GetStatusOk ¶
func (o *CreateApiKeyResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyResponse) HasData ¶
func (o *CreateApiKeyResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*CreateApiKeyResponse) HasStatus ¶
func (o *CreateApiKeyResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*CreateApiKeyResponse) SetData ¶
func (o *CreateApiKeyResponse) SetData(v CreateApiKeyData)
SetData gets a reference to the given CreateApiKeyData and assigns it to the Data field.
func (*CreateApiKeyResponse) SetStatus ¶
func (o *CreateApiKeyResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type CreateMediaRequest ¶ added in v1.0.10
type CreateMediaRequest struct {
Description *string `json:"description,omitempty"`
IsPublic *bool `json:"is_public,omitempty"`
Metadata *[]Metadata `json:"metadata,omitempty"`
Qualities *[]QualityConfig `json:"qualities,omitempty"`
SegmentDuration *int32 `json:"segment_duration,omitempty"`
Tags *[]string `json:"tags,omitempty"`
Title *string `json:"title,omitempty"`
Watermark *VideoWatermark `json:"watermark,omitempty"`
}
CreateMediaRequest struct for CreateMediaRequest
func NewCreateMediaRequest ¶ added in v1.0.10
func NewCreateMediaRequest() *CreateMediaRequest
NewCreateMediaRequest instantiates a new CreateMediaRequest 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 NewCreateMediaRequestWithDefaults ¶ added in v1.0.10
func NewCreateMediaRequestWithDefaults() *CreateMediaRequest
NewCreateMediaRequestWithDefaults instantiates a new CreateMediaRequest 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 (*CreateMediaRequest) GetDescription ¶ added in v1.0.10
func (o *CreateMediaRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateMediaRequest) GetDescriptionOk ¶ added in v1.0.10
func (o *CreateMediaRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaRequest) GetIsPublic ¶ added in v1.0.10
func (o *CreateMediaRequest) GetIsPublic() bool
GetIsPublic returns the IsPublic field value if set, zero value otherwise.
func (*CreateMediaRequest) GetIsPublicOk ¶ added in v1.0.10
func (o *CreateMediaRequest) GetIsPublicOk() (*bool, bool)
GetIsPublicOk returns a tuple with the IsPublic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaRequest) GetMetadata ¶ added in v1.0.10
func (o *CreateMediaRequest) GetMetadata() []Metadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*CreateMediaRequest) GetMetadataOk ¶ added in v1.0.10
func (o *CreateMediaRequest) GetMetadataOk() (*[]Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaRequest) GetQualities ¶ added in v1.0.10
func (o *CreateMediaRequest) GetQualities() []QualityConfig
GetQualities returns the Qualities field value if set, zero value otherwise.
func (*CreateMediaRequest) GetQualitiesOk ¶ added in v1.0.10
func (o *CreateMediaRequest) GetQualitiesOk() (*[]QualityConfig, bool)
GetQualitiesOk returns a tuple with the Qualities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaRequest) GetSegmentDuration ¶ added in v1.0.10
func (o *CreateMediaRequest) GetSegmentDuration() int32
GetSegmentDuration returns the SegmentDuration field value if set, zero value otherwise.
func (*CreateMediaRequest) GetSegmentDurationOk ¶ added in v1.0.10
func (o *CreateMediaRequest) GetSegmentDurationOk() (*int32, bool)
GetSegmentDurationOk returns a tuple with the SegmentDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaRequest) GetTags ¶ added in v1.0.10
func (o *CreateMediaRequest) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*CreateMediaRequest) GetTagsOk ¶ added in v1.0.10
func (o *CreateMediaRequest) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaRequest) GetTitle ¶ added in v1.0.10
func (o *CreateMediaRequest) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*CreateMediaRequest) GetTitleOk ¶ added in v1.0.10
func (o *CreateMediaRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaRequest) GetWatermark ¶ added in v1.0.10
func (o *CreateMediaRequest) GetWatermark() VideoWatermark
GetWatermark returns the Watermark field value if set, zero value otherwise.
func (*CreateMediaRequest) GetWatermarkOk ¶ added in v1.0.10
func (o *CreateMediaRequest) GetWatermarkOk() (*VideoWatermark, bool)
GetWatermarkOk returns a tuple with the Watermark field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaRequest) HasDescription ¶ added in v1.0.10
func (o *CreateMediaRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateMediaRequest) HasIsPublic ¶ added in v1.0.10
func (o *CreateMediaRequest) HasIsPublic() bool
HasIsPublic returns a boolean if a field has been set.
func (*CreateMediaRequest) HasMetadata ¶ added in v1.0.10
func (o *CreateMediaRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*CreateMediaRequest) HasQualities ¶ added in v1.0.10
func (o *CreateMediaRequest) HasQualities() bool
HasQualities returns a boolean if a field has been set.
func (*CreateMediaRequest) HasSegmentDuration ¶ added in v1.0.10
func (o *CreateMediaRequest) HasSegmentDuration() bool
HasSegmentDuration returns a boolean if a field has been set.
func (*CreateMediaRequest) HasTags ¶ added in v1.0.10
func (o *CreateMediaRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*CreateMediaRequest) HasTitle ¶ added in v1.0.10
func (o *CreateMediaRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*CreateMediaRequest) HasWatermark ¶ added in v1.0.10
func (o *CreateMediaRequest) HasWatermark() bool
HasWatermark returns a boolean if a field has been set.
func (*CreateMediaRequest) SetDescription ¶ added in v1.0.10
func (o *CreateMediaRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateMediaRequest) SetIsPublic ¶ added in v1.0.10
func (o *CreateMediaRequest) SetIsPublic(v bool)
SetIsPublic gets a reference to the given bool and assigns it to the IsPublic field.
func (*CreateMediaRequest) SetMetadata ¶ added in v1.0.10
func (o *CreateMediaRequest) SetMetadata(v []Metadata)
SetMetadata gets a reference to the given []Metadata and assigns it to the Metadata field.
func (*CreateMediaRequest) SetQualities ¶ added in v1.0.10
func (o *CreateMediaRequest) SetQualities(v []QualityConfig)
SetQualities gets a reference to the given []QualityConfig and assigns it to the Qualities field.
func (*CreateMediaRequest) SetSegmentDuration ¶ added in v1.0.10
func (o *CreateMediaRequest) SetSegmentDuration(v int32)
SetSegmentDuration gets a reference to the given int32 and assigns it to the SegmentDuration field.
func (*CreateMediaRequest) SetTags ¶ added in v1.0.10
func (o *CreateMediaRequest) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*CreateMediaRequest) SetTitle ¶ added in v1.0.10
func (o *CreateMediaRequest) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*CreateMediaRequest) SetWatermark ¶ added in v1.0.10
func (o *CreateMediaRequest) SetWatermark(v VideoWatermark)
SetWatermark gets a reference to the given VideoWatermark and assigns it to the Watermark field.
type CreateMediaResponse ¶ added in v1.0.10
type CreateMediaResponse struct {
Data *Media `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
CreateMediaResponse struct for CreateMediaResponse
func NewCreateMediaResponse ¶ added in v1.0.10
func NewCreateMediaResponse() *CreateMediaResponse
NewCreateMediaResponse instantiates a new CreateMediaResponse 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 NewCreateMediaResponseWithDefaults ¶ added in v1.0.10
func NewCreateMediaResponseWithDefaults() *CreateMediaResponse
NewCreateMediaResponseWithDefaults instantiates a new CreateMediaResponse 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 (*CreateMediaResponse) GetData ¶ added in v1.0.10
func (o *CreateMediaResponse) GetData() Media
GetData returns the Data field value if set, zero value otherwise.
func (*CreateMediaResponse) GetDataOk ¶ added in v1.0.10
func (o *CreateMediaResponse) GetDataOk() (*Media, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaResponse) GetStatus ¶ added in v1.0.10
func (o *CreateMediaResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CreateMediaResponse) GetStatusOk ¶ added in v1.0.10
func (o *CreateMediaResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateMediaResponse) HasData ¶ added in v1.0.10
func (o *CreateMediaResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*CreateMediaResponse) HasStatus ¶ added in v1.0.10
func (o *CreateMediaResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*CreateMediaResponse) SetData ¶ added in v1.0.10
func (o *CreateMediaResponse) SetData(v Media)
SetData gets a reference to the given Media and assigns it to the Data field.
func (*CreateMediaResponse) SetStatus ¶ added in v1.0.10
func (o *CreateMediaResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type CreatePlayerThemeRequest ¶
type CreatePlayerThemeRequest struct {
Controls *Controls `json:"controls,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Name *string `json:"name,omitempty"`
Theme *Theme `json:"theme,omitempty"`
}
CreatePlayerThemeRequest struct for CreatePlayerThemeRequest
func NewCreatePlayerThemeRequest ¶
func NewCreatePlayerThemeRequest() *CreatePlayerThemeRequest
NewCreatePlayerThemeRequest instantiates a new CreatePlayerThemeRequest 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 NewCreatePlayerThemeRequestWithDefaults ¶
func NewCreatePlayerThemeRequestWithDefaults() *CreatePlayerThemeRequest
NewCreatePlayerThemeRequestWithDefaults instantiates a new CreatePlayerThemeRequest 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 (*CreatePlayerThemeRequest) GetControls ¶
func (o *CreatePlayerThemeRequest) GetControls() Controls
GetControls returns the Controls field value if set, zero value otherwise.
func (*CreatePlayerThemeRequest) GetControlsOk ¶
func (o *CreatePlayerThemeRequest) GetControlsOk() (*Controls, bool)
GetControlsOk returns a tuple with the Controls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlayerThemeRequest) GetIsDefault ¶
func (o *CreatePlayerThemeRequest) GetIsDefault() bool
GetIsDefault returns the IsDefault field value if set, zero value otherwise.
func (*CreatePlayerThemeRequest) GetIsDefaultOk ¶
func (o *CreatePlayerThemeRequest) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlayerThemeRequest) GetName ¶
func (o *CreatePlayerThemeRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreatePlayerThemeRequest) GetNameOk ¶
func (o *CreatePlayerThemeRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlayerThemeRequest) GetTheme ¶
func (o *CreatePlayerThemeRequest) GetTheme() Theme
GetTheme returns the Theme field value if set, zero value otherwise.
func (*CreatePlayerThemeRequest) GetThemeOk ¶
func (o *CreatePlayerThemeRequest) GetThemeOk() (*Theme, bool)
GetThemeOk returns a tuple with the Theme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlayerThemeRequest) HasControls ¶
func (o *CreatePlayerThemeRequest) HasControls() bool
HasControls returns a boolean if a field has been set.
func (*CreatePlayerThemeRequest) HasIsDefault ¶
func (o *CreatePlayerThemeRequest) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (*CreatePlayerThemeRequest) HasName ¶
func (o *CreatePlayerThemeRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*CreatePlayerThemeRequest) HasTheme ¶
func (o *CreatePlayerThemeRequest) HasTheme() bool
HasTheme returns a boolean if a field has been set.
func (*CreatePlayerThemeRequest) SetControls ¶
func (o *CreatePlayerThemeRequest) SetControls(v Controls)
SetControls gets a reference to the given Controls and assigns it to the Controls field.
func (*CreatePlayerThemeRequest) SetIsDefault ¶
func (o *CreatePlayerThemeRequest) SetIsDefault(v bool)
SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.
func (*CreatePlayerThemeRequest) SetName ¶
func (o *CreatePlayerThemeRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CreatePlayerThemeRequest) SetTheme ¶
func (o *CreatePlayerThemeRequest) SetTheme(v Theme)
SetTheme gets a reference to the given Theme and assigns it to the Theme field.
type CreatePlayerThemesData ¶
type CreatePlayerThemesData struct {
PlayerTheme *PlayerTheme `json:"player_theme,omitempty"`
}
CreatePlayerThemesData struct for CreatePlayerThemesData
func NewCreatePlayerThemesData ¶
func NewCreatePlayerThemesData() *CreatePlayerThemesData
NewCreatePlayerThemesData instantiates a new CreatePlayerThemesData 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 NewCreatePlayerThemesDataWithDefaults ¶
func NewCreatePlayerThemesDataWithDefaults() *CreatePlayerThemesData
NewCreatePlayerThemesDataWithDefaults instantiates a new CreatePlayerThemesData 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 (*CreatePlayerThemesData) GetPlayerTheme ¶
func (o *CreatePlayerThemesData) GetPlayerTheme() PlayerTheme
GetPlayerTheme returns the PlayerTheme field value if set, zero value otherwise.
func (*CreatePlayerThemesData) GetPlayerThemeOk ¶
func (o *CreatePlayerThemesData) GetPlayerThemeOk() (*PlayerTheme, bool)
GetPlayerThemeOk returns a tuple with the PlayerTheme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlayerThemesData) HasPlayerTheme ¶
func (o *CreatePlayerThemesData) HasPlayerTheme() bool
HasPlayerTheme returns a boolean if a field has been set.
func (*CreatePlayerThemesData) SetPlayerTheme ¶
func (o *CreatePlayerThemesData) SetPlayerTheme(v PlayerTheme)
SetPlayerTheme gets a reference to the given PlayerTheme and assigns it to the PlayerTheme field.
type CreatePlayerThemesResponse ¶
type CreatePlayerThemesResponse struct {
Data *CreatePlayerThemesData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
CreatePlayerThemesResponse struct for CreatePlayerThemesResponse
func NewCreatePlayerThemesResponse ¶
func NewCreatePlayerThemesResponse() *CreatePlayerThemesResponse
NewCreatePlayerThemesResponse instantiates a new CreatePlayerThemesResponse 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 NewCreatePlayerThemesResponseWithDefaults ¶
func NewCreatePlayerThemesResponseWithDefaults() *CreatePlayerThemesResponse
NewCreatePlayerThemesResponseWithDefaults instantiates a new CreatePlayerThemesResponse 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 (*CreatePlayerThemesResponse) GetData ¶
func (o *CreatePlayerThemesResponse) GetData() CreatePlayerThemesData
GetData returns the Data field value if set, zero value otherwise.
func (*CreatePlayerThemesResponse) GetDataOk ¶
func (o *CreatePlayerThemesResponse) GetDataOk() (*CreatePlayerThemesData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlayerThemesResponse) GetStatus ¶
func (o *CreatePlayerThemesResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CreatePlayerThemesResponse) GetStatusOk ¶
func (o *CreatePlayerThemesResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlayerThemesResponse) HasData ¶
func (o *CreatePlayerThemesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*CreatePlayerThemesResponse) HasStatus ¶
func (o *CreatePlayerThemesResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*CreatePlayerThemesResponse) SetData ¶
func (o *CreatePlayerThemesResponse) SetData(v CreatePlayerThemesData)
SetData gets a reference to the given CreatePlayerThemesData and assigns it to the Data field.
func (*CreatePlayerThemesResponse) SetStatus ¶
func (o *CreatePlayerThemesResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type CreatePlaylistData ¶
type CreatePlaylistData struct {
Playlist *Playlist `json:"playlist,omitempty"`
}
CreatePlaylistData struct for CreatePlaylistData
func NewCreatePlaylistData ¶
func NewCreatePlaylistData() *CreatePlaylistData
NewCreatePlaylistData instantiates a new CreatePlaylistData 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 NewCreatePlaylistDataWithDefaults ¶
func NewCreatePlaylistDataWithDefaults() *CreatePlaylistData
NewCreatePlaylistDataWithDefaults instantiates a new CreatePlaylistData 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 (*CreatePlaylistData) GetPlaylist ¶
func (o *CreatePlaylistData) GetPlaylist() Playlist
GetPlaylist returns the Playlist field value if set, zero value otherwise.
func (*CreatePlaylistData) GetPlaylistOk ¶
func (o *CreatePlaylistData) GetPlaylistOk() (*Playlist, bool)
GetPlaylistOk returns a tuple with the Playlist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlaylistData) HasPlaylist ¶
func (o *CreatePlaylistData) HasPlaylist() bool
HasPlaylist returns a boolean if a field has been set.
func (*CreatePlaylistData) SetPlaylist ¶
func (o *CreatePlaylistData) SetPlaylist(v Playlist)
SetPlaylist gets a reference to the given Playlist and assigns it to the Playlist field.
type CreatePlaylistRequest ¶
type CreatePlaylistRequest struct {
Metadata *[]Metadata `json:"metadata,omitempty"`
Name *string `json:"name,omitempty"`
Tags *[]string `json:"tags,omitempty"`
}
CreatePlaylistRequest struct for CreatePlaylistRequest
func NewCreatePlaylistRequest ¶
func NewCreatePlaylistRequest() *CreatePlaylistRequest
NewCreatePlaylistRequest instantiates a new CreatePlaylistRequest 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 NewCreatePlaylistRequestWithDefaults ¶
func NewCreatePlaylistRequestWithDefaults() *CreatePlaylistRequest
NewCreatePlaylistRequestWithDefaults instantiates a new CreatePlaylistRequest 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 (*CreatePlaylistRequest) GetMetadata ¶
func (o *CreatePlaylistRequest) GetMetadata() []Metadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*CreatePlaylistRequest) GetMetadataOk ¶
func (o *CreatePlaylistRequest) GetMetadataOk() (*[]Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlaylistRequest) GetName ¶
func (o *CreatePlaylistRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreatePlaylistRequest) GetNameOk ¶
func (o *CreatePlaylistRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlaylistRequest) GetTags ¶
func (o *CreatePlaylistRequest) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*CreatePlaylistRequest) GetTagsOk ¶
func (o *CreatePlaylistRequest) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlaylistRequest) HasMetadata ¶
func (o *CreatePlaylistRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*CreatePlaylistRequest) HasName ¶
func (o *CreatePlaylistRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*CreatePlaylistRequest) HasTags ¶
func (o *CreatePlaylistRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*CreatePlaylistRequest) SetMetadata ¶
func (o *CreatePlaylistRequest) SetMetadata(v []Metadata)
SetMetadata gets a reference to the given []Metadata and assigns it to the Metadata field.
func (*CreatePlaylistRequest) SetName ¶
func (o *CreatePlaylistRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CreatePlaylistRequest) SetTags ¶
func (o *CreatePlaylistRequest) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
type CreatePlaylistResponse ¶
type CreatePlaylistResponse struct {
Data *CreatePlaylistData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
CreatePlaylistResponse struct for CreatePlaylistResponse
func NewCreatePlaylistResponse ¶
func NewCreatePlaylistResponse() *CreatePlaylistResponse
NewCreatePlaylistResponse instantiates a new CreatePlaylistResponse 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 NewCreatePlaylistResponseWithDefaults ¶
func NewCreatePlaylistResponseWithDefaults() *CreatePlaylistResponse
NewCreatePlaylistResponseWithDefaults instantiates a new CreatePlaylistResponse 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 (*CreatePlaylistResponse) GetData ¶
func (o *CreatePlaylistResponse) GetData() CreatePlaylistData
GetData returns the Data field value if set, zero value otherwise.
func (*CreatePlaylistResponse) GetDataOk ¶
func (o *CreatePlaylistResponse) GetDataOk() (*CreatePlaylistData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlaylistResponse) GetStatus ¶
func (o *CreatePlaylistResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CreatePlaylistResponse) GetStatusOk ¶
func (o *CreatePlaylistResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreatePlaylistResponse) HasData ¶
func (o *CreatePlaylistResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*CreatePlaylistResponse) HasStatus ¶
func (o *CreatePlaylistResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*CreatePlaylistResponse) SetData ¶
func (o *CreatePlaylistResponse) SetData(v CreatePlaylistData)
SetData gets a reference to the given CreatePlaylistData and assigns it to the Data field.
func (*CreatePlaylistResponse) SetStatus ¶
func (o *CreatePlaylistResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type CreateVideoCaptionData ¶
type CreateVideoCaptionData struct {
VideoCaption *VideoCaption `json:"video_caption,omitempty"`
}
CreateVideoCaptionData struct for CreateVideoCaptionData
func NewCreateVideoCaptionData ¶
func NewCreateVideoCaptionData() *CreateVideoCaptionData
NewCreateVideoCaptionData instantiates a new CreateVideoCaptionData 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 NewCreateVideoCaptionDataWithDefaults ¶
func NewCreateVideoCaptionDataWithDefaults() *CreateVideoCaptionData
NewCreateVideoCaptionDataWithDefaults instantiates a new CreateVideoCaptionData 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 (*CreateVideoCaptionData) GetVideoCaption ¶
func (o *CreateVideoCaptionData) GetVideoCaption() VideoCaption
GetVideoCaption returns the VideoCaption field value if set, zero value otherwise.
func (*CreateVideoCaptionData) GetVideoCaptionOk ¶
func (o *CreateVideoCaptionData) GetVideoCaptionOk() (*VideoCaption, bool)
GetVideoCaptionOk returns a tuple with the VideoCaption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVideoCaptionData) HasVideoCaption ¶
func (o *CreateVideoCaptionData) HasVideoCaption() bool
HasVideoCaption returns a boolean if a field has been set.
func (*CreateVideoCaptionData) SetVideoCaption ¶
func (o *CreateVideoCaptionData) SetVideoCaption(v VideoCaption)
SetVideoCaption gets a reference to the given VideoCaption and assigns it to the VideoCaption field.
type CreateVideoCaptionResponse ¶
type CreateVideoCaptionResponse struct {
Data *CreateVideoCaptionData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
CreateVideoCaptionResponse struct for CreateVideoCaptionResponse
func NewCreateVideoCaptionResponse ¶
func NewCreateVideoCaptionResponse() *CreateVideoCaptionResponse
NewCreateVideoCaptionResponse instantiates a new CreateVideoCaptionResponse 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 NewCreateVideoCaptionResponseWithDefaults ¶
func NewCreateVideoCaptionResponseWithDefaults() *CreateVideoCaptionResponse
NewCreateVideoCaptionResponseWithDefaults instantiates a new CreateVideoCaptionResponse 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 (*CreateVideoCaptionResponse) GetData ¶
func (o *CreateVideoCaptionResponse) GetData() CreateVideoCaptionData
GetData returns the Data field value if set, zero value otherwise.
func (*CreateVideoCaptionResponse) GetDataOk ¶
func (o *CreateVideoCaptionResponse) GetDataOk() (*CreateVideoCaptionData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVideoCaptionResponse) GetStatus ¶
func (o *CreateVideoCaptionResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CreateVideoCaptionResponse) GetStatusOk ¶
func (o *CreateVideoCaptionResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVideoCaptionResponse) HasData ¶
func (o *CreateVideoCaptionResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*CreateVideoCaptionResponse) HasStatus ¶
func (o *CreateVideoCaptionResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*CreateVideoCaptionResponse) SetData ¶
func (o *CreateVideoCaptionResponse) SetData(v CreateVideoCaptionData)
SetData gets a reference to the given CreateVideoCaptionData and assigns it to the Data field.
func (*CreateVideoCaptionResponse) SetStatus ¶
func (o *CreateVideoCaptionResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type CreateVideoChapterData ¶
type CreateVideoChapterData struct {
VideoChapter *VideoChapter `json:"video_chapter,omitempty"`
}
CreateVideoChapterData struct for CreateVideoChapterData
func NewCreateVideoChapterData ¶
func NewCreateVideoChapterData() *CreateVideoChapterData
NewCreateVideoChapterData instantiates a new CreateVideoChapterData 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 NewCreateVideoChapterDataWithDefaults ¶
func NewCreateVideoChapterDataWithDefaults() *CreateVideoChapterData
NewCreateVideoChapterDataWithDefaults instantiates a new CreateVideoChapterData 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 (*CreateVideoChapterData) GetVideoChapter ¶
func (o *CreateVideoChapterData) GetVideoChapter() VideoChapter
GetVideoChapter returns the VideoChapter field value if set, zero value otherwise.
func (*CreateVideoChapterData) GetVideoChapterOk ¶
func (o *CreateVideoChapterData) GetVideoChapterOk() (*VideoChapter, bool)
GetVideoChapterOk returns a tuple with the VideoChapter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVideoChapterData) HasVideoChapter ¶
func (o *CreateVideoChapterData) HasVideoChapter() bool
HasVideoChapter returns a boolean if a field has been set.
func (*CreateVideoChapterData) SetVideoChapter ¶
func (o *CreateVideoChapterData) SetVideoChapter(v VideoChapter)
SetVideoChapter gets a reference to the given VideoChapter and assigns it to the VideoChapter field.
type CreateVideoChapterResponse ¶
type CreateVideoChapterResponse struct {
Data *CreateVideoChapterData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
CreateVideoChapterResponse struct for CreateVideoChapterResponse
func NewCreateVideoChapterResponse ¶
func NewCreateVideoChapterResponse() *CreateVideoChapterResponse
NewCreateVideoChapterResponse instantiates a new CreateVideoChapterResponse 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 NewCreateVideoChapterResponseWithDefaults ¶
func NewCreateVideoChapterResponseWithDefaults() *CreateVideoChapterResponse
NewCreateVideoChapterResponseWithDefaults instantiates a new CreateVideoChapterResponse 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 (*CreateVideoChapterResponse) GetData ¶
func (o *CreateVideoChapterResponse) GetData() CreateVideoChapterData
GetData returns the Data field value if set, zero value otherwise.
func (*CreateVideoChapterResponse) GetDataOk ¶
func (o *CreateVideoChapterResponse) GetDataOk() (*CreateVideoChapterData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVideoChapterResponse) GetStatus ¶
func (o *CreateVideoChapterResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CreateVideoChapterResponse) GetStatusOk ¶
func (o *CreateVideoChapterResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateVideoChapterResponse) HasData ¶
func (o *CreateVideoChapterResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*CreateVideoChapterResponse) HasStatus ¶
func (o *CreateVideoChapterResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*CreateVideoChapterResponse) SetData ¶
func (o *CreateVideoChapterResponse) SetData(v CreateVideoChapterData)
SetData gets a reference to the given CreateVideoChapterData and assigns it to the Data field.
func (*CreateVideoChapterResponse) SetStatus ¶
func (o *CreateVideoChapterResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type CreateWebhookData ¶
type CreateWebhookData struct {
Webhook *Webhook `json:"webhook,omitempty"`
}
CreateWebhookData struct for CreateWebhookData
func NewCreateWebhookData ¶
func NewCreateWebhookData() *CreateWebhookData
NewCreateWebhookData instantiates a new CreateWebhookData 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 NewCreateWebhookDataWithDefaults ¶
func NewCreateWebhookDataWithDefaults() *CreateWebhookData
NewCreateWebhookDataWithDefaults instantiates a new CreateWebhookData 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 (*CreateWebhookData) GetWebhook ¶
func (o *CreateWebhookData) GetWebhook() Webhook
GetWebhook returns the Webhook field value if set, zero value otherwise.
func (*CreateWebhookData) GetWebhookOk ¶
func (o *CreateWebhookData) GetWebhookOk() (*Webhook, bool)
GetWebhookOk returns a tuple with the Webhook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookData) HasWebhook ¶
func (o *CreateWebhookData) HasWebhook() bool
HasWebhook returns a boolean if a field has been set.
func (*CreateWebhookData) SetWebhook ¶
func (o *CreateWebhookData) SetWebhook(v Webhook)
SetWebhook gets a reference to the given Webhook and assigns it to the Webhook field.
type CreateWebhookRequest ¶
type CreateWebhookRequest struct {
EncodingFailed *bool `json:"encoding_failed,omitempty"`
EncodingFinished *bool `json:"encoding_finished,omitempty"`
EncodingStarted *bool `json:"encoding_started,omitempty"`
FileReceived *bool `json:"file_received,omitempty"`
Name *string `json:"name,omitempty"`
PartialFinished *bool `json:"partial_finished,omitempty"`
Url *string `json:"url,omitempty"`
}
CreateWebhookRequest struct for CreateWebhookRequest
func NewCreateWebhookRequest ¶
func NewCreateWebhookRequest() *CreateWebhookRequest
NewCreateWebhookRequest instantiates a new CreateWebhookRequest 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 NewCreateWebhookRequestWithDefaults ¶
func NewCreateWebhookRequestWithDefaults() *CreateWebhookRequest
NewCreateWebhookRequestWithDefaults instantiates a new CreateWebhookRequest 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 (*CreateWebhookRequest) GetEncodingFailed ¶ added in v1.0.10
func (o *CreateWebhookRequest) GetEncodingFailed() bool
GetEncodingFailed returns the EncodingFailed field value if set, zero value otherwise.
func (*CreateWebhookRequest) GetEncodingFailedOk ¶ added in v1.0.10
func (o *CreateWebhookRequest) GetEncodingFailedOk() (*bool, bool)
GetEncodingFailedOk returns a tuple with the EncodingFailed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookRequest) GetEncodingFinished ¶
func (o *CreateWebhookRequest) GetEncodingFinished() bool
GetEncodingFinished returns the EncodingFinished field value if set, zero value otherwise.
func (*CreateWebhookRequest) GetEncodingFinishedOk ¶
func (o *CreateWebhookRequest) GetEncodingFinishedOk() (*bool, bool)
GetEncodingFinishedOk returns a tuple with the EncodingFinished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookRequest) GetEncodingStarted ¶
func (o *CreateWebhookRequest) GetEncodingStarted() bool
GetEncodingStarted returns the EncodingStarted field value if set, zero value otherwise.
func (*CreateWebhookRequest) GetEncodingStartedOk ¶
func (o *CreateWebhookRequest) GetEncodingStartedOk() (*bool, bool)
GetEncodingStartedOk returns a tuple with the EncodingStarted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookRequest) GetFileReceived ¶
func (o *CreateWebhookRequest) GetFileReceived() bool
GetFileReceived returns the FileReceived field value if set, zero value otherwise.
func (*CreateWebhookRequest) GetFileReceivedOk ¶
func (o *CreateWebhookRequest) GetFileReceivedOk() (*bool, bool)
GetFileReceivedOk returns a tuple with the FileReceived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookRequest) GetName ¶
func (o *CreateWebhookRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateWebhookRequest) GetNameOk ¶
func (o *CreateWebhookRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookRequest) GetPartialFinished ¶ added in v1.0.10
func (o *CreateWebhookRequest) GetPartialFinished() bool
GetPartialFinished returns the PartialFinished field value if set, zero value otherwise.
func (*CreateWebhookRequest) GetPartialFinishedOk ¶ added in v1.0.10
func (o *CreateWebhookRequest) GetPartialFinishedOk() (*bool, bool)
GetPartialFinishedOk returns a tuple with the PartialFinished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookRequest) GetUrl ¶
func (o *CreateWebhookRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*CreateWebhookRequest) GetUrlOk ¶
func (o *CreateWebhookRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookRequest) HasEncodingFailed ¶ added in v1.0.10
func (o *CreateWebhookRequest) HasEncodingFailed() bool
HasEncodingFailed returns a boolean if a field has been set.
func (*CreateWebhookRequest) HasEncodingFinished ¶
func (o *CreateWebhookRequest) HasEncodingFinished() bool
HasEncodingFinished returns a boolean if a field has been set.
func (*CreateWebhookRequest) HasEncodingStarted ¶
func (o *CreateWebhookRequest) HasEncodingStarted() bool
HasEncodingStarted returns a boolean if a field has been set.
func (*CreateWebhookRequest) HasFileReceived ¶
func (o *CreateWebhookRequest) HasFileReceived() bool
HasFileReceived returns a boolean if a field has been set.
func (*CreateWebhookRequest) HasName ¶
func (o *CreateWebhookRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*CreateWebhookRequest) HasPartialFinished ¶ added in v1.0.10
func (o *CreateWebhookRequest) HasPartialFinished() bool
HasPartialFinished returns a boolean if a field has been set.
func (*CreateWebhookRequest) HasUrl ¶
func (o *CreateWebhookRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*CreateWebhookRequest) SetEncodingFailed ¶ added in v1.0.10
func (o *CreateWebhookRequest) SetEncodingFailed(v bool)
SetEncodingFailed gets a reference to the given bool and assigns it to the EncodingFailed field.
func (*CreateWebhookRequest) SetEncodingFinished ¶
func (o *CreateWebhookRequest) SetEncodingFinished(v bool)
SetEncodingFinished gets a reference to the given bool and assigns it to the EncodingFinished field.
func (*CreateWebhookRequest) SetEncodingStarted ¶
func (o *CreateWebhookRequest) SetEncodingStarted(v bool)
SetEncodingStarted gets a reference to the given bool and assigns it to the EncodingStarted field.
func (*CreateWebhookRequest) SetFileReceived ¶
func (o *CreateWebhookRequest) SetFileReceived(v bool)
SetFileReceived gets a reference to the given bool and assigns it to the FileReceived field.
func (*CreateWebhookRequest) SetName ¶
func (o *CreateWebhookRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CreateWebhookRequest) SetPartialFinished ¶ added in v1.0.10
func (o *CreateWebhookRequest) SetPartialFinished(v bool)
SetPartialFinished gets a reference to the given bool and assigns it to the PartialFinished field.
func (*CreateWebhookRequest) SetUrl ¶
func (o *CreateWebhookRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type CreateWebhookResponse ¶
type CreateWebhookResponse struct {
Data *CreateWebhookData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
CreateWebhookResponse struct for CreateWebhookResponse
func NewCreateWebhookResponse ¶
func NewCreateWebhookResponse() *CreateWebhookResponse
NewCreateWebhookResponse instantiates a new CreateWebhookResponse 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 NewCreateWebhookResponseWithDefaults ¶
func NewCreateWebhookResponseWithDefaults() *CreateWebhookResponse
NewCreateWebhookResponseWithDefaults instantiates a new CreateWebhookResponse 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 (*CreateWebhookResponse) GetData ¶
func (o *CreateWebhookResponse) GetData() CreateWebhookData
GetData returns the Data field value if set, zero value otherwise.
func (*CreateWebhookResponse) GetDataOk ¶
func (o *CreateWebhookResponse) GetDataOk() (*CreateWebhookData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookResponse) GetStatus ¶
func (o *CreateWebhookResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CreateWebhookResponse) GetStatusOk ¶
func (o *CreateWebhookResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateWebhookResponse) HasData ¶
func (o *CreateWebhookResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*CreateWebhookResponse) HasStatus ¶
func (o *CreateWebhookResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*CreateWebhookResponse) SetData ¶
func (o *CreateWebhookResponse) SetData(v CreateWebhookData)
SetData gets a reference to the given CreateWebhookData and assigns it to the Data field.
func (*CreateWebhookResponse) SetStatus ¶
func (o *CreateWebhookResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type ErrorResponse ¶
func (*ErrorResponse) Error ¶
func (r *ErrorResponse) Error() string
type GetApiKeysData ¶
type GetApiKeysData struct {
ApiKeys *[]ApiKey `json:"api_keys,omitempty"`
Total *int32 `json:"total,omitempty"`
}
GetApiKeysData struct for GetApiKeysData
func NewGetApiKeysData ¶
func NewGetApiKeysData() *GetApiKeysData
NewGetApiKeysData instantiates a new GetApiKeysData 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 NewGetApiKeysDataWithDefaults ¶
func NewGetApiKeysDataWithDefaults() *GetApiKeysData
NewGetApiKeysDataWithDefaults instantiates a new GetApiKeysData 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 (*GetApiKeysData) GetApiKeys ¶
func (o *GetApiKeysData) GetApiKeys() []ApiKey
GetApiKeys returns the ApiKeys field value if set, zero value otherwise.
func (*GetApiKeysData) GetApiKeysOk ¶
func (o *GetApiKeysData) GetApiKeysOk() (*[]ApiKey, bool)
GetApiKeysOk returns a tuple with the ApiKeys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetApiKeysData) GetTotal ¶
func (o *GetApiKeysData) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetApiKeysData) GetTotalOk ¶
func (o *GetApiKeysData) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetApiKeysData) HasApiKeys ¶
func (o *GetApiKeysData) HasApiKeys() bool
HasApiKeys returns a boolean if a field has been set.
func (*GetApiKeysData) HasTotal ¶
func (o *GetApiKeysData) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*GetApiKeysData) SetApiKeys ¶
func (o *GetApiKeysData) SetApiKeys(v []ApiKey)
SetApiKeys gets a reference to the given []ApiKey and assigns it to the ApiKeys field.
func (*GetApiKeysData) SetTotal ¶
func (o *GetApiKeysData) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
type GetApiKeysResponse ¶
type GetApiKeysResponse struct {
Data *GetApiKeysData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetApiKeysResponse struct for GetApiKeysResponse
func NewGetApiKeysResponse ¶
func NewGetApiKeysResponse() *GetApiKeysResponse
NewGetApiKeysResponse instantiates a new GetApiKeysResponse 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 NewGetApiKeysResponseWithDefaults ¶
func NewGetApiKeysResponseWithDefaults() *GetApiKeysResponse
NewGetApiKeysResponseWithDefaults instantiates a new GetApiKeysResponse 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 (*GetApiKeysResponse) GetData ¶
func (o *GetApiKeysResponse) GetData() GetApiKeysData
GetData returns the Data field value if set, zero value otherwise.
func (*GetApiKeysResponse) GetDataOk ¶
func (o *GetApiKeysResponse) GetDataOk() (*GetApiKeysData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetApiKeysResponse) GetStatus ¶
func (o *GetApiKeysResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetApiKeysResponse) GetStatusOk ¶
func (o *GetApiKeysResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetApiKeysResponse) HasData ¶
func (o *GetApiKeysResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetApiKeysResponse) HasStatus ¶
func (o *GetApiKeysResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetApiKeysResponse) SetData ¶
func (o *GetApiKeysResponse) SetData(v GetApiKeysData)
SetData gets a reference to the given GetApiKeysData and assigns it to the Data field.
func (*GetApiKeysResponse) SetStatus ¶
func (o *GetApiKeysResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetPlayerThemeByIdData ¶
type GetPlayerThemeByIdData struct {
PlayerTheme *PlayerTheme `json:"player_theme,omitempty"`
}
GetPlayerThemeByIdData struct for GetPlayerThemeByIdData
func NewGetPlayerThemeByIdData ¶
func NewGetPlayerThemeByIdData() *GetPlayerThemeByIdData
NewGetPlayerThemeByIdData instantiates a new GetPlayerThemeByIdData 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 NewGetPlayerThemeByIdDataWithDefaults ¶
func NewGetPlayerThemeByIdDataWithDefaults() *GetPlayerThemeByIdData
NewGetPlayerThemeByIdDataWithDefaults instantiates a new GetPlayerThemeByIdData 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 (*GetPlayerThemeByIdData) GetPlayerTheme ¶
func (o *GetPlayerThemeByIdData) GetPlayerTheme() PlayerTheme
GetPlayerTheme returns the PlayerTheme field value if set, zero value otherwise.
func (*GetPlayerThemeByIdData) GetPlayerThemeOk ¶
func (o *GetPlayerThemeByIdData) GetPlayerThemeOk() (*PlayerTheme, bool)
GetPlayerThemeOk returns a tuple with the PlayerTheme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlayerThemeByIdData) HasPlayerTheme ¶
func (o *GetPlayerThemeByIdData) HasPlayerTheme() bool
HasPlayerTheme returns a boolean if a field has been set.
func (*GetPlayerThemeByIdData) SetPlayerTheme ¶
func (o *GetPlayerThemeByIdData) SetPlayerTheme(v PlayerTheme)
SetPlayerTheme gets a reference to the given PlayerTheme and assigns it to the PlayerTheme field.
type GetPlayerThemeByIdResponse ¶
type GetPlayerThemeByIdResponse struct {
Data *GetPlayerThemeByIdData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetPlayerThemeByIdResponse struct for GetPlayerThemeByIdResponse
func NewGetPlayerThemeByIdResponse ¶
func NewGetPlayerThemeByIdResponse() *GetPlayerThemeByIdResponse
NewGetPlayerThemeByIdResponse instantiates a new GetPlayerThemeByIdResponse 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 NewGetPlayerThemeByIdResponseWithDefaults ¶
func NewGetPlayerThemeByIdResponseWithDefaults() *GetPlayerThemeByIdResponse
NewGetPlayerThemeByIdResponseWithDefaults instantiates a new GetPlayerThemeByIdResponse 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 (*GetPlayerThemeByIdResponse) GetData ¶
func (o *GetPlayerThemeByIdResponse) GetData() GetPlayerThemeByIdData
GetData returns the Data field value if set, zero value otherwise.
func (*GetPlayerThemeByIdResponse) GetDataOk ¶
func (o *GetPlayerThemeByIdResponse) GetDataOk() (*GetPlayerThemeByIdData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlayerThemeByIdResponse) GetStatus ¶
func (o *GetPlayerThemeByIdResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetPlayerThemeByIdResponse) GetStatusOk ¶
func (o *GetPlayerThemeByIdResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlayerThemeByIdResponse) HasData ¶
func (o *GetPlayerThemeByIdResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetPlayerThemeByIdResponse) HasStatus ¶
func (o *GetPlayerThemeByIdResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetPlayerThemeByIdResponse) SetData ¶
func (o *GetPlayerThemeByIdResponse) SetData(v GetPlayerThemeByIdData)
SetData gets a reference to the given GetPlayerThemeByIdData and assigns it to the Data field.
func (*GetPlayerThemeByIdResponse) SetStatus ¶
func (o *GetPlayerThemeByIdResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetPlayerThemeData ¶
type GetPlayerThemeData struct {
PlayerThemes *[]PlayerTheme `json:"player_themes,omitempty"`
Total *int32 `json:"total,omitempty"`
}
GetPlayerThemeData struct for GetPlayerThemeData
func NewGetPlayerThemeData ¶
func NewGetPlayerThemeData() *GetPlayerThemeData
NewGetPlayerThemeData instantiates a new GetPlayerThemeData 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 NewGetPlayerThemeDataWithDefaults ¶
func NewGetPlayerThemeDataWithDefaults() *GetPlayerThemeData
NewGetPlayerThemeDataWithDefaults instantiates a new GetPlayerThemeData 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 (*GetPlayerThemeData) GetPlayerThemes ¶
func (o *GetPlayerThemeData) GetPlayerThemes() []PlayerTheme
GetPlayerThemes returns the PlayerThemes field value if set, zero value otherwise.
func (*GetPlayerThemeData) GetPlayerThemesOk ¶
func (o *GetPlayerThemeData) GetPlayerThemesOk() (*[]PlayerTheme, bool)
GetPlayerThemesOk returns a tuple with the PlayerThemes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlayerThemeData) GetTotal ¶
func (o *GetPlayerThemeData) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetPlayerThemeData) GetTotalOk ¶
func (o *GetPlayerThemeData) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlayerThemeData) HasPlayerThemes ¶
func (o *GetPlayerThemeData) HasPlayerThemes() bool
HasPlayerThemes returns a boolean if a field has been set.
func (*GetPlayerThemeData) HasTotal ¶
func (o *GetPlayerThemeData) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*GetPlayerThemeData) SetPlayerThemes ¶
func (o *GetPlayerThemeData) SetPlayerThemes(v []PlayerTheme)
SetPlayerThemes gets a reference to the given []PlayerTheme and assigns it to the PlayerThemes field.
func (*GetPlayerThemeData) SetTotal ¶
func (o *GetPlayerThemeData) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
type GetPlayerThemeResponse ¶
type GetPlayerThemeResponse struct {
Data *GetPlayerThemeData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetPlayerThemeResponse struct for GetPlayerThemeResponse
func NewGetPlayerThemeResponse ¶
func NewGetPlayerThemeResponse() *GetPlayerThemeResponse
NewGetPlayerThemeResponse instantiates a new GetPlayerThemeResponse 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 NewGetPlayerThemeResponseWithDefaults ¶
func NewGetPlayerThemeResponseWithDefaults() *GetPlayerThemeResponse
NewGetPlayerThemeResponseWithDefaults instantiates a new GetPlayerThemeResponse 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 (*GetPlayerThemeResponse) GetData ¶
func (o *GetPlayerThemeResponse) GetData() GetPlayerThemeData
GetData returns the Data field value if set, zero value otherwise.
func (*GetPlayerThemeResponse) GetDataOk ¶
func (o *GetPlayerThemeResponse) GetDataOk() (*GetPlayerThemeData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlayerThemeResponse) GetStatus ¶
func (o *GetPlayerThemeResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetPlayerThemeResponse) GetStatusOk ¶
func (o *GetPlayerThemeResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlayerThemeResponse) HasData ¶
func (o *GetPlayerThemeResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetPlayerThemeResponse) HasStatus ¶
func (o *GetPlayerThemeResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetPlayerThemeResponse) SetData ¶
func (o *GetPlayerThemeResponse) SetData(v GetPlayerThemeData)
SetData gets a reference to the given GetPlayerThemeData and assigns it to the Data field.
func (*GetPlayerThemeResponse) SetStatus ¶
func (o *GetPlayerThemeResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetPlaylistByIdData ¶
type GetPlaylistByIdData struct {
Playlist *Playlist `json:"playlist,omitempty"`
}
GetPlaylistByIdData struct for GetPlaylistByIdData
func NewGetPlaylistByIdData ¶
func NewGetPlaylistByIdData() *GetPlaylistByIdData
NewGetPlaylistByIdData instantiates a new GetPlaylistByIdData 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 NewGetPlaylistByIdDataWithDefaults ¶
func NewGetPlaylistByIdDataWithDefaults() *GetPlaylistByIdData
NewGetPlaylistByIdDataWithDefaults instantiates a new GetPlaylistByIdData 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 (*GetPlaylistByIdData) GetPlaylist ¶
func (o *GetPlaylistByIdData) GetPlaylist() Playlist
GetPlaylist returns the Playlist field value if set, zero value otherwise.
func (*GetPlaylistByIdData) GetPlaylistOk ¶
func (o *GetPlaylistByIdData) GetPlaylistOk() (*Playlist, bool)
GetPlaylistOk returns a tuple with the Playlist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistByIdData) HasPlaylist ¶
func (o *GetPlaylistByIdData) HasPlaylist() bool
HasPlaylist returns a boolean if a field has been set.
func (*GetPlaylistByIdData) SetPlaylist ¶
func (o *GetPlaylistByIdData) SetPlaylist(v Playlist)
SetPlaylist gets a reference to the given Playlist and assigns it to the Playlist field.
type GetPlaylistByIdResponse ¶
type GetPlaylistByIdResponse struct {
Data *GetPlaylistByIdData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetPlaylistByIdResponse struct for GetPlaylistByIdResponse
func NewGetPlaylistByIdResponse ¶
func NewGetPlaylistByIdResponse() *GetPlaylistByIdResponse
NewGetPlaylistByIdResponse instantiates a new GetPlaylistByIdResponse 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 NewGetPlaylistByIdResponseWithDefaults ¶
func NewGetPlaylistByIdResponseWithDefaults() *GetPlaylistByIdResponse
NewGetPlaylistByIdResponseWithDefaults instantiates a new GetPlaylistByIdResponse 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 (*GetPlaylistByIdResponse) GetData ¶
func (o *GetPlaylistByIdResponse) GetData() GetPlaylistByIdData
GetData returns the Data field value if set, zero value otherwise.
func (*GetPlaylistByIdResponse) GetDataOk ¶
func (o *GetPlaylistByIdResponse) GetDataOk() (*GetPlaylistByIdData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistByIdResponse) GetStatus ¶
func (o *GetPlaylistByIdResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetPlaylistByIdResponse) GetStatusOk ¶
func (o *GetPlaylistByIdResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistByIdResponse) HasData ¶
func (o *GetPlaylistByIdResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetPlaylistByIdResponse) HasStatus ¶
func (o *GetPlaylistByIdResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetPlaylistByIdResponse) SetData ¶
func (o *GetPlaylistByIdResponse) SetData(v GetPlaylistByIdData)
SetData gets a reference to the given GetPlaylistByIdData and assigns it to the Data field.
func (*GetPlaylistByIdResponse) SetStatus ¶
func (o *GetPlaylistByIdResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetPlaylistListData ¶
type GetPlaylistListData struct {
Playlists *[]Playlist `json:"playlists,omitempty"`
Total *int32 `json:"total,omitempty"`
}
GetPlaylistListData struct for GetPlaylistListData
func NewGetPlaylistListData ¶
func NewGetPlaylistListData() *GetPlaylistListData
NewGetPlaylistListData instantiates a new GetPlaylistListData 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 NewGetPlaylistListDataWithDefaults ¶
func NewGetPlaylistListDataWithDefaults() *GetPlaylistListData
NewGetPlaylistListDataWithDefaults instantiates a new GetPlaylistListData 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 (*GetPlaylistListData) GetPlaylists ¶
func (o *GetPlaylistListData) GetPlaylists() []Playlist
GetPlaylists returns the Playlists field value if set, zero value otherwise.
func (*GetPlaylistListData) GetPlaylistsOk ¶
func (o *GetPlaylistListData) GetPlaylistsOk() (*[]Playlist, bool)
GetPlaylistsOk returns a tuple with the Playlists field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListData) GetTotal ¶
func (o *GetPlaylistListData) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetPlaylistListData) GetTotalOk ¶
func (o *GetPlaylistListData) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListData) HasPlaylists ¶
func (o *GetPlaylistListData) HasPlaylists() bool
HasPlaylists returns a boolean if a field has been set.
func (*GetPlaylistListData) HasTotal ¶
func (o *GetPlaylistListData) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*GetPlaylistListData) SetPlaylists ¶
func (o *GetPlaylistListData) SetPlaylists(v []Playlist)
SetPlaylists gets a reference to the given []Playlist and assigns it to the Playlists field.
func (*GetPlaylistListData) SetTotal ¶
func (o *GetPlaylistListData) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
type GetPlaylistListRequest ¶
type GetPlaylistListRequest struct {
Limit *int32 `json:"limit,omitempty"`
Metadata *[]Metadata `json:"metadata,omitempty"`
Offset *int32 `json:"offset,omitempty"`
OrderBy *string `json:"order_by,omitempty"`
Search *string `json:"search,omitempty"`
SortBy *string `json:"sort_by,omitempty"`
Tags *[]string `json:"tags,omitempty"`
}
GetPlaylistListRequest struct for GetPlaylistListRequest
func NewGetPlaylistListRequest ¶
func NewGetPlaylistListRequest() *GetPlaylistListRequest
NewGetPlaylistListRequest instantiates a new GetPlaylistListRequest 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 NewGetPlaylistListRequestWithDefaults ¶
func NewGetPlaylistListRequestWithDefaults() *GetPlaylistListRequest
NewGetPlaylistListRequestWithDefaults instantiates a new GetPlaylistListRequest 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 (*GetPlaylistListRequest) GetLimit ¶
func (o *GetPlaylistListRequest) GetLimit() int32
GetLimit returns the Limit field value if set, zero value otherwise.
func (*GetPlaylistListRequest) GetLimitOk ¶
func (o *GetPlaylistListRequest) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListRequest) GetMetadata ¶
func (o *GetPlaylistListRequest) GetMetadata() []Metadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*GetPlaylistListRequest) GetMetadataOk ¶
func (o *GetPlaylistListRequest) GetMetadataOk() (*[]Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListRequest) GetOffset ¶
func (o *GetPlaylistListRequest) GetOffset() int32
GetOffset returns the Offset field value if set, zero value otherwise.
func (*GetPlaylistListRequest) GetOffsetOk ¶
func (o *GetPlaylistListRequest) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListRequest) GetOrderBy ¶
func (o *GetPlaylistListRequest) GetOrderBy() string
GetOrderBy returns the OrderBy field value if set, zero value otherwise.
func (*GetPlaylistListRequest) GetOrderByOk ¶
func (o *GetPlaylistListRequest) GetOrderByOk() (*string, bool)
GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListRequest) GetSearch ¶
func (o *GetPlaylistListRequest) GetSearch() string
GetSearch returns the Search field value if set, zero value otherwise.
func (*GetPlaylistListRequest) GetSearchOk ¶
func (o *GetPlaylistListRequest) GetSearchOk() (*string, bool)
GetSearchOk returns a tuple with the Search field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListRequest) GetSortBy ¶
func (o *GetPlaylistListRequest) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise.
func (*GetPlaylistListRequest) GetSortByOk ¶
func (o *GetPlaylistListRequest) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListRequest) GetTags ¶
func (o *GetPlaylistListRequest) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*GetPlaylistListRequest) GetTagsOk ¶
func (o *GetPlaylistListRequest) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListRequest) HasLimit ¶
func (o *GetPlaylistListRequest) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (*GetPlaylistListRequest) HasMetadata ¶
func (o *GetPlaylistListRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*GetPlaylistListRequest) HasOffset ¶
func (o *GetPlaylistListRequest) HasOffset() bool
HasOffset returns a boolean if a field has been set.
func (*GetPlaylistListRequest) HasOrderBy ¶
func (o *GetPlaylistListRequest) HasOrderBy() bool
HasOrderBy returns a boolean if a field has been set.
func (*GetPlaylistListRequest) HasSearch ¶
func (o *GetPlaylistListRequest) HasSearch() bool
HasSearch returns a boolean if a field has been set.
func (*GetPlaylistListRequest) HasSortBy ¶
func (o *GetPlaylistListRequest) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*GetPlaylistListRequest) HasTags ¶
func (o *GetPlaylistListRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*GetPlaylistListRequest) SetLimit ¶
func (o *GetPlaylistListRequest) SetLimit(v int32)
SetLimit gets a reference to the given int32 and assigns it to the Limit field.
func (*GetPlaylistListRequest) SetMetadata ¶
func (o *GetPlaylistListRequest) SetMetadata(v []Metadata)
SetMetadata gets a reference to the given []Metadata and assigns it to the Metadata field.
func (*GetPlaylistListRequest) SetOffset ¶
func (o *GetPlaylistListRequest) SetOffset(v int32)
SetOffset gets a reference to the given int32 and assigns it to the Offset field.
func (*GetPlaylistListRequest) SetOrderBy ¶
func (o *GetPlaylistListRequest) SetOrderBy(v string)
SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.
func (*GetPlaylistListRequest) SetSearch ¶
func (o *GetPlaylistListRequest) SetSearch(v string)
SetSearch gets a reference to the given string and assigns it to the Search field.
func (*GetPlaylistListRequest) SetSortBy ¶
func (o *GetPlaylistListRequest) SetSortBy(v string)
SetSortBy gets a reference to the given string and assigns it to the SortBy field.
func (*GetPlaylistListRequest) SetTags ¶
func (o *GetPlaylistListRequest) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
type GetPlaylistListResponse ¶
type GetPlaylistListResponse struct {
Data *GetPlaylistListData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetPlaylistListResponse struct for GetPlaylistListResponse
func NewGetPlaylistListResponse ¶
func NewGetPlaylistListResponse() *GetPlaylistListResponse
NewGetPlaylistListResponse instantiates a new GetPlaylistListResponse 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 NewGetPlaylistListResponseWithDefaults ¶
func NewGetPlaylistListResponseWithDefaults() *GetPlaylistListResponse
NewGetPlaylistListResponseWithDefaults instantiates a new GetPlaylistListResponse 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 (*GetPlaylistListResponse) GetData ¶
func (o *GetPlaylistListResponse) GetData() GetPlaylistListData
GetData returns the Data field value if set, zero value otherwise.
func (*GetPlaylistListResponse) GetDataOk ¶
func (o *GetPlaylistListResponse) GetDataOk() (*GetPlaylistListData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListResponse) GetStatus ¶
func (o *GetPlaylistListResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetPlaylistListResponse) GetStatusOk ¶
func (o *GetPlaylistListResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPlaylistListResponse) HasData ¶
func (o *GetPlaylistListResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetPlaylistListResponse) HasStatus ¶
func (o *GetPlaylistListResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetPlaylistListResponse) SetData ¶
func (o *GetPlaylistListResponse) SetData(v GetPlaylistListData)
SetData gets a reference to the given GetPlaylistListData and assigns it to the Data field.
func (*GetPlaylistListResponse) SetStatus ¶
func (o *GetPlaylistListResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetTranscodeCostData ¶
type GetTranscodeCostData struct {
IsEnough *bool `json:"is_enough,omitempty"`
Price *string `json:"price,omitempty"`
}
GetTranscodeCostData struct for GetTranscodeCostData
func NewGetTranscodeCostData ¶
func NewGetTranscodeCostData() *GetTranscodeCostData
NewGetTranscodeCostData instantiates a new GetTranscodeCostData 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 NewGetTranscodeCostDataWithDefaults ¶
func NewGetTranscodeCostDataWithDefaults() *GetTranscodeCostData
NewGetTranscodeCostDataWithDefaults instantiates a new GetTranscodeCostData 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 (*GetTranscodeCostData) GetIsEnough ¶
func (o *GetTranscodeCostData) GetIsEnough() bool
GetIsEnough returns the IsEnough field value if set, zero value otherwise.
func (*GetTranscodeCostData) GetIsEnoughOk ¶
func (o *GetTranscodeCostData) GetIsEnoughOk() (*bool, bool)
GetIsEnoughOk returns a tuple with the IsEnough field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetTranscodeCostData) GetPrice ¶
func (o *GetTranscodeCostData) GetPrice() string
GetPrice returns the Price field value if set, zero value otherwise.
func (*GetTranscodeCostData) GetPriceOk ¶
func (o *GetTranscodeCostData) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetTranscodeCostData) HasIsEnough ¶
func (o *GetTranscodeCostData) HasIsEnough() bool
HasIsEnough returns a boolean if a field has been set.
func (*GetTranscodeCostData) HasPrice ¶
func (o *GetTranscodeCostData) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*GetTranscodeCostData) SetIsEnough ¶
func (o *GetTranscodeCostData) SetIsEnough(v bool)
SetIsEnough gets a reference to the given bool and assigns it to the IsEnough field.
func (*GetTranscodeCostData) SetPrice ¶
func (o *GetTranscodeCostData) SetPrice(v string)
SetPrice gets a reference to the given string and assigns it to the Price field.
type GetTranscodeCostResponse ¶
type GetTranscodeCostResponse struct {
Data *GetTranscodeCostData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetTranscodeCostResponse struct for GetTranscodeCostResponse
func NewGetTranscodeCostResponse ¶
func NewGetTranscodeCostResponse() *GetTranscodeCostResponse
NewGetTranscodeCostResponse instantiates a new GetTranscodeCostResponse 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 NewGetTranscodeCostResponseWithDefaults ¶
func NewGetTranscodeCostResponseWithDefaults() *GetTranscodeCostResponse
NewGetTranscodeCostResponseWithDefaults instantiates a new GetTranscodeCostResponse 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 (*GetTranscodeCostResponse) GetData ¶
func (o *GetTranscodeCostResponse) GetData() GetTranscodeCostData
GetData returns the Data field value if set, zero value otherwise.
func (*GetTranscodeCostResponse) GetDataOk ¶
func (o *GetTranscodeCostResponse) GetDataOk() (*GetTranscodeCostData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetTranscodeCostResponse) GetStatus ¶
func (o *GetTranscodeCostResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetTranscodeCostResponse) GetStatusOk ¶
func (o *GetTranscodeCostResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetTranscodeCostResponse) HasData ¶
func (o *GetTranscodeCostResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetTranscodeCostResponse) HasStatus ¶
func (o *GetTranscodeCostResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetTranscodeCostResponse) SetData ¶
func (o *GetTranscodeCostResponse) SetData(v GetTranscodeCostData)
SetData gets a reference to the given GetTranscodeCostData and assigns it to the Data field.
func (*GetTranscodeCostResponse) SetStatus ¶
func (o *GetTranscodeCostResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetUserWebhookData ¶
type GetUserWebhookData struct {
Webhook *Webhook `json:"webhook,omitempty"`
}
GetUserWebhookData struct for GetUserWebhookData
func NewGetUserWebhookData ¶
func NewGetUserWebhookData() *GetUserWebhookData
NewGetUserWebhookData instantiates a new GetUserWebhookData 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 NewGetUserWebhookDataWithDefaults ¶
func NewGetUserWebhookDataWithDefaults() *GetUserWebhookData
NewGetUserWebhookDataWithDefaults instantiates a new GetUserWebhookData 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 (*GetUserWebhookData) GetWebhook ¶
func (o *GetUserWebhookData) GetWebhook() Webhook
GetWebhook returns the Webhook field value if set, zero value otherwise.
func (*GetUserWebhookData) GetWebhookOk ¶
func (o *GetUserWebhookData) GetWebhookOk() (*Webhook, bool)
GetWebhookOk returns a tuple with the Webhook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetUserWebhookData) HasWebhook ¶
func (o *GetUserWebhookData) HasWebhook() bool
HasWebhook returns a boolean if a field has been set.
func (*GetUserWebhookData) SetWebhook ¶
func (o *GetUserWebhookData) SetWebhook(v Webhook)
SetWebhook gets a reference to the given Webhook and assigns it to the Webhook field.
type GetUserWebhookResponse ¶
type GetUserWebhookResponse struct {
Data *GetUserWebhookData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetUserWebhookResponse struct for GetUserWebhookResponse
func NewGetUserWebhookResponse ¶
func NewGetUserWebhookResponse() *GetUserWebhookResponse
NewGetUserWebhookResponse instantiates a new GetUserWebhookResponse 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 NewGetUserWebhookResponseWithDefaults ¶
func NewGetUserWebhookResponseWithDefaults() *GetUserWebhookResponse
NewGetUserWebhookResponseWithDefaults instantiates a new GetUserWebhookResponse 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 (*GetUserWebhookResponse) GetData ¶
func (o *GetUserWebhookResponse) GetData() GetUserWebhookData
GetData returns the Data field value if set, zero value otherwise.
func (*GetUserWebhookResponse) GetDataOk ¶
func (o *GetUserWebhookResponse) GetDataOk() (*GetUserWebhookData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetUserWebhookResponse) GetStatus ¶
func (o *GetUserWebhookResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetUserWebhookResponse) GetStatusOk ¶
func (o *GetUserWebhookResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetUserWebhookResponse) HasData ¶
func (o *GetUserWebhookResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetUserWebhookResponse) HasStatus ¶
func (o *GetUserWebhookResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetUserWebhookResponse) SetData ¶
func (o *GetUserWebhookResponse) SetData(v GetUserWebhookData)
SetData gets a reference to the given GetUserWebhookData and assigns it to the Data field.
func (*GetUserWebhookResponse) SetStatus ¶
func (o *GetUserWebhookResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetVideoCaptionsData ¶
type GetVideoCaptionsData struct {
Total *int32 `json:"total,omitempty"`
VideoCaptions *[]VideoCaption `json:"video_captions,omitempty"`
}
GetVideoCaptionsData struct for GetVideoCaptionsData
func NewGetVideoCaptionsData ¶
func NewGetVideoCaptionsData() *GetVideoCaptionsData
NewGetVideoCaptionsData instantiates a new GetVideoCaptionsData 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 NewGetVideoCaptionsDataWithDefaults ¶
func NewGetVideoCaptionsDataWithDefaults() *GetVideoCaptionsData
NewGetVideoCaptionsDataWithDefaults instantiates a new GetVideoCaptionsData 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 (*GetVideoCaptionsData) GetTotal ¶
func (o *GetVideoCaptionsData) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetVideoCaptionsData) GetTotalOk ¶
func (o *GetVideoCaptionsData) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoCaptionsData) GetVideoCaptions ¶
func (o *GetVideoCaptionsData) GetVideoCaptions() []VideoCaption
GetVideoCaptions returns the VideoCaptions field value if set, zero value otherwise.
func (*GetVideoCaptionsData) GetVideoCaptionsOk ¶
func (o *GetVideoCaptionsData) GetVideoCaptionsOk() (*[]VideoCaption, bool)
GetVideoCaptionsOk returns a tuple with the VideoCaptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoCaptionsData) HasTotal ¶
func (o *GetVideoCaptionsData) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*GetVideoCaptionsData) HasVideoCaptions ¶
func (o *GetVideoCaptionsData) HasVideoCaptions() bool
HasVideoCaptions returns a boolean if a field has been set.
func (*GetVideoCaptionsData) SetTotal ¶
func (o *GetVideoCaptionsData) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
func (*GetVideoCaptionsData) SetVideoCaptions ¶
func (o *GetVideoCaptionsData) SetVideoCaptions(v []VideoCaption)
SetVideoCaptions gets a reference to the given []VideoCaption and assigns it to the VideoCaptions field.
type GetVideoCaptionsResponse ¶
type GetVideoCaptionsResponse struct {
Data *GetVideoCaptionsData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetVideoCaptionsResponse struct for GetVideoCaptionsResponse
func NewGetVideoCaptionsResponse ¶
func NewGetVideoCaptionsResponse() *GetVideoCaptionsResponse
NewGetVideoCaptionsResponse instantiates a new GetVideoCaptionsResponse 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 NewGetVideoCaptionsResponseWithDefaults ¶
func NewGetVideoCaptionsResponseWithDefaults() *GetVideoCaptionsResponse
NewGetVideoCaptionsResponseWithDefaults instantiates a new GetVideoCaptionsResponse 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 (*GetVideoCaptionsResponse) GetData ¶
func (o *GetVideoCaptionsResponse) GetData() GetVideoCaptionsData
GetData returns the Data field value if set, zero value otherwise.
func (*GetVideoCaptionsResponse) GetDataOk ¶
func (o *GetVideoCaptionsResponse) GetDataOk() (*GetVideoCaptionsData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoCaptionsResponse) GetStatus ¶
func (o *GetVideoCaptionsResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetVideoCaptionsResponse) GetStatusOk ¶
func (o *GetVideoCaptionsResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoCaptionsResponse) HasData ¶
func (o *GetVideoCaptionsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetVideoCaptionsResponse) HasStatus ¶
func (o *GetVideoCaptionsResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetVideoCaptionsResponse) SetData ¶
func (o *GetVideoCaptionsResponse) SetData(v GetVideoCaptionsData)
SetData gets a reference to the given GetVideoCaptionsData and assigns it to the Data field.
func (*GetVideoCaptionsResponse) SetStatus ¶
func (o *GetVideoCaptionsResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetVideoChaptersData ¶
type GetVideoChaptersData struct {
Total *int32 `json:"total,omitempty"`
VideoChapters *[]VideoChapter `json:"video_chapters,omitempty"`
}
GetVideoChaptersData struct for GetVideoChaptersData
func NewGetVideoChaptersData ¶
func NewGetVideoChaptersData() *GetVideoChaptersData
NewGetVideoChaptersData instantiates a new GetVideoChaptersData 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 NewGetVideoChaptersDataWithDefaults ¶
func NewGetVideoChaptersDataWithDefaults() *GetVideoChaptersData
NewGetVideoChaptersDataWithDefaults instantiates a new GetVideoChaptersData 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 (*GetVideoChaptersData) GetTotal ¶
func (o *GetVideoChaptersData) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetVideoChaptersData) GetTotalOk ¶
func (o *GetVideoChaptersData) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoChaptersData) GetVideoChapters ¶
func (o *GetVideoChaptersData) GetVideoChapters() []VideoChapter
GetVideoChapters returns the VideoChapters field value if set, zero value otherwise.
func (*GetVideoChaptersData) GetVideoChaptersOk ¶
func (o *GetVideoChaptersData) GetVideoChaptersOk() (*[]VideoChapter, bool)
GetVideoChaptersOk returns a tuple with the VideoChapters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoChaptersData) HasTotal ¶
func (o *GetVideoChaptersData) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*GetVideoChaptersData) HasVideoChapters ¶
func (o *GetVideoChaptersData) HasVideoChapters() bool
HasVideoChapters returns a boolean if a field has been set.
func (*GetVideoChaptersData) SetTotal ¶
func (o *GetVideoChaptersData) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
func (*GetVideoChaptersData) SetVideoChapters ¶
func (o *GetVideoChaptersData) SetVideoChapters(v []VideoChapter)
SetVideoChapters gets a reference to the given []VideoChapter and assigns it to the VideoChapters field.
type GetVideoChaptersResponse ¶
type GetVideoChaptersResponse struct {
Data *GetVideoChaptersData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetVideoChaptersResponse struct for GetVideoChaptersResponse
func NewGetVideoChaptersResponse ¶
func NewGetVideoChaptersResponse() *GetVideoChaptersResponse
NewGetVideoChaptersResponse instantiates a new GetVideoChaptersResponse 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 NewGetVideoChaptersResponseWithDefaults ¶
func NewGetVideoChaptersResponseWithDefaults() *GetVideoChaptersResponse
NewGetVideoChaptersResponseWithDefaults instantiates a new GetVideoChaptersResponse 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 (*GetVideoChaptersResponse) GetData ¶
func (o *GetVideoChaptersResponse) GetData() GetVideoChaptersData
GetData returns the Data field value if set, zero value otherwise.
func (*GetVideoChaptersResponse) GetDataOk ¶
func (o *GetVideoChaptersResponse) GetDataOk() (*GetVideoChaptersData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoChaptersResponse) GetStatus ¶
func (o *GetVideoChaptersResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetVideoChaptersResponse) GetStatusOk ¶
func (o *GetVideoChaptersResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoChaptersResponse) HasData ¶
func (o *GetVideoChaptersResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetVideoChaptersResponse) HasStatus ¶
func (o *GetVideoChaptersResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetVideoChaptersResponse) SetData ¶
func (o *GetVideoChaptersResponse) SetData(v GetVideoChaptersData)
SetData gets a reference to the given GetVideoChaptersData and assigns it to the Data field.
func (*GetVideoChaptersResponse) SetStatus ¶
func (o *GetVideoChaptersResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetVideoDetailResponse ¶
type GetVideoDetailResponse struct {
Data *Media `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetVideoDetailResponse struct for GetVideoDetailResponse
func NewGetVideoDetailResponse ¶
func NewGetVideoDetailResponse() *GetVideoDetailResponse
NewGetVideoDetailResponse instantiates a new GetVideoDetailResponse 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 NewGetVideoDetailResponseWithDefaults ¶
func NewGetVideoDetailResponseWithDefaults() *GetVideoDetailResponse
NewGetVideoDetailResponseWithDefaults instantiates a new GetVideoDetailResponse 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 (*GetVideoDetailResponse) GetData ¶
func (o *GetVideoDetailResponse) GetData() Media
GetData returns the Data field value if set, zero value otherwise.
func (*GetVideoDetailResponse) GetDataOk ¶
func (o *GetVideoDetailResponse) GetDataOk() (*Media, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoDetailResponse) GetStatus ¶
func (o *GetVideoDetailResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetVideoDetailResponse) GetStatusOk ¶
func (o *GetVideoDetailResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoDetailResponse) HasData ¶
func (o *GetVideoDetailResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetVideoDetailResponse) HasStatus ¶
func (o *GetVideoDetailResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetVideoDetailResponse) SetData ¶
func (o *GetVideoDetailResponse) SetData(v Media)
SetData gets a reference to the given Media and assigns it to the Data field.
func (*GetVideoDetailResponse) SetStatus ¶
func (o *GetVideoDetailResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetVideoListData ¶
type GetVideoListData struct {
Total *int32 `json:"total,omitempty"`
Videos *[]Media `json:"videos,omitempty"`
}
GetVideoListData struct for GetVideoListData
func NewGetVideoListData ¶
func NewGetVideoListData() *GetVideoListData
NewGetVideoListData instantiates a new GetVideoListData 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 NewGetVideoListDataWithDefaults ¶
func NewGetVideoListDataWithDefaults() *GetVideoListData
NewGetVideoListDataWithDefaults instantiates a new GetVideoListData 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 (*GetVideoListData) GetTotal ¶
func (o *GetVideoListData) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetVideoListData) GetTotalOk ¶
func (o *GetVideoListData) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListData) GetVideos ¶
func (o *GetVideoListData) GetVideos() []Media
GetVideos returns the Videos field value if set, zero value otherwise.
func (*GetVideoListData) GetVideosOk ¶
func (o *GetVideoListData) GetVideosOk() (*[]Media, bool)
GetVideosOk returns a tuple with the Videos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListData) HasTotal ¶
func (o *GetVideoListData) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*GetVideoListData) HasVideos ¶
func (o *GetVideoListData) HasVideos() bool
HasVideos returns a boolean if a field has been set.
func (*GetVideoListData) SetTotal ¶
func (o *GetVideoListData) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
func (*GetVideoListData) SetVideos ¶
func (o *GetVideoListData) SetVideos(v []Media)
SetVideos gets a reference to the given []Media and assigns it to the Videos field.
type GetVideoListRequest ¶
type GetVideoListRequest struct {
Limit *int32 `json:"limit,omitempty"`
Metadata *[]Metadata `json:"metadata,omitempty"`
Offset *int32 `json:"offset,omitempty"`
OrderBy *string `json:"order_by,omitempty"`
Search *string `json:"search,omitempty"`
SortBy *string `json:"sort_by,omitempty"`
Status *string `json:"status,omitempty"`
Tags *[]string `json:"tags,omitempty"`
}
GetVideoListRequest struct for GetVideoListRequest
func NewGetVideoListRequest ¶
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 ¶
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 (*GetVideoListRequest) GetLimit ¶
func (o *GetVideoListRequest) GetLimit() int32
GetLimit returns the Limit field value if set, zero value otherwise.
func (*GetVideoListRequest) GetLimitOk ¶
func (o *GetVideoListRequest) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListRequest) GetMetadata ¶
func (o *GetVideoListRequest) GetMetadata() []Metadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*GetVideoListRequest) GetMetadataOk ¶
func (o *GetVideoListRequest) GetMetadataOk() (*[]Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListRequest) GetOffset ¶
func (o *GetVideoListRequest) GetOffset() int32
GetOffset returns the Offset field value if set, zero value otherwise.
func (*GetVideoListRequest) GetOffsetOk ¶
func (o *GetVideoListRequest) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListRequest) GetOrderBy ¶
func (o *GetVideoListRequest) GetOrderBy() string
GetOrderBy returns the OrderBy field value if set, zero value otherwise.
func (*GetVideoListRequest) GetOrderByOk ¶
func (o *GetVideoListRequest) GetOrderByOk() (*string, bool)
GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListRequest) GetSearch ¶
func (o *GetVideoListRequest) GetSearch() string
GetSearch returns the Search field value if set, zero value otherwise.
func (*GetVideoListRequest) GetSearchOk ¶
func (o *GetVideoListRequest) GetSearchOk() (*string, bool)
GetSearchOk returns a tuple with the Search field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListRequest) GetSortBy ¶
func (o *GetVideoListRequest) GetSortBy() string
GetSortBy returns the SortBy field value if set, zero value otherwise.
func (*GetVideoListRequest) GetSortByOk ¶
func (o *GetVideoListRequest) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListRequest) GetStatus ¶
func (o *GetVideoListRequest) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetVideoListRequest) GetStatusOk ¶
func (o *GetVideoListRequest) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListRequest) GetTags ¶
func (o *GetVideoListRequest) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*GetVideoListRequest) GetTagsOk ¶
func (o *GetVideoListRequest) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListRequest) HasLimit ¶
func (o *GetVideoListRequest) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (*GetVideoListRequest) HasMetadata ¶
func (o *GetVideoListRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*GetVideoListRequest) HasOffset ¶
func (o *GetVideoListRequest) HasOffset() bool
HasOffset returns a boolean if a field has been set.
func (*GetVideoListRequest) HasOrderBy ¶
func (o *GetVideoListRequest) HasOrderBy() bool
HasOrderBy returns a boolean if a field has been set.
func (*GetVideoListRequest) HasSearch ¶
func (o *GetVideoListRequest) HasSearch() bool
HasSearch returns a boolean if a field has been set.
func (*GetVideoListRequest) HasSortBy ¶
func (o *GetVideoListRequest) HasSortBy() bool
HasSortBy returns a boolean if a field has been set.
func (*GetVideoListRequest) HasStatus ¶
func (o *GetVideoListRequest) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetVideoListRequest) HasTags ¶
func (o *GetVideoListRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*GetVideoListRequest) SetLimit ¶
func (o *GetVideoListRequest) SetLimit(v int32)
SetLimit gets a reference to the given int32 and assigns it to the Limit field.
func (*GetVideoListRequest) SetMetadata ¶
func (o *GetVideoListRequest) SetMetadata(v []Metadata)
SetMetadata gets a reference to the given []Metadata and assigns it to the Metadata field.
func (*GetVideoListRequest) SetOffset ¶
func (o *GetVideoListRequest) SetOffset(v int32)
SetOffset gets a reference to the given int32 and assigns it to the Offset field.
func (*GetVideoListRequest) SetOrderBy ¶
func (o *GetVideoListRequest) SetOrderBy(v string)
SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.
func (*GetVideoListRequest) SetSearch ¶
func (o *GetVideoListRequest) SetSearch(v string)
SetSearch gets a reference to the given string and assigns it to the Search field.
func (*GetVideoListRequest) SetSortBy ¶
func (o *GetVideoListRequest) SetSortBy(v string)
SetSortBy gets a reference to the given string and assigns it to the SortBy field.
func (*GetVideoListRequest) SetStatus ¶
func (o *GetVideoListRequest) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*GetVideoListRequest) SetTags ¶
func (o *GetVideoListRequest) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
type GetVideoListResponse ¶
type GetVideoListResponse struct {
Data *GetVideoListData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetVideoListResponse struct for GetVideoListResponse
func NewGetVideoListResponse ¶
func NewGetVideoListResponse() *GetVideoListResponse
NewGetVideoListResponse instantiates a new GetVideoListResponse 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 NewGetVideoListResponseWithDefaults ¶
func NewGetVideoListResponseWithDefaults() *GetVideoListResponse
NewGetVideoListResponseWithDefaults instantiates a new GetVideoListResponse 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 (*GetVideoListResponse) GetData ¶
func (o *GetVideoListResponse) GetData() GetVideoListData
GetData returns the Data field value if set, zero value otherwise.
func (*GetVideoListResponse) GetDataOk ¶
func (o *GetVideoListResponse) GetDataOk() (*GetVideoListData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListResponse) GetStatus ¶
func (o *GetVideoListResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetVideoListResponse) GetStatusOk ¶
func (o *GetVideoListResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoListResponse) HasData ¶
func (o *GetVideoListResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetVideoListResponse) HasStatus ¶
func (o *GetVideoListResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetVideoListResponse) SetData ¶
func (o *GetVideoListResponse) SetData(v GetVideoListData)
SetData gets a reference to the given GetVideoListData and assigns it to the Data field.
func (*GetVideoListResponse) SetStatus ¶
func (o *GetVideoListResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type GetVideoPlayerInfoResponse ¶
type GetVideoPlayerInfoResponse struct {
Assets *VideoAssets `json:"assets,omitempty"`
Captions *[]VideoCaption `json:"captions,omitempty"`
Chapters *[]VideoChapter `json:"chapters,omitempty"`
CreatedAt *string `json:"created_at,omitempty"`
Description *string `json:"description,omitempty"`
Duration *float32 `json:"duration,omitempty"`
Id *string `json:"id,omitempty"`
IsMp4 *bool `json:"is_mp4,omitempty"`
IsPublic *bool `json:"is_public,omitempty"`
Metadata *[]Metadata `json:"metadata,omitempty"`
PlayerTheme *PlayerTheme `json:"player_theme,omitempty"`
PlayerThemeId *string `json:"player_theme_id,omitempty"`
Qualities *[]QualityObject `json:"qualities,omitempty"`
Size *int32 `json:"size,omitempty"`
Status *string `json:"status,omitempty"`
Tags *[]string `json:"tags,omitempty"`
Title *string `json:"title,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
UserId *string `json:"user_id,omitempty"`
}
GetVideoPlayerInfoResponse struct for GetVideoPlayerInfoResponse
func NewGetVideoPlayerInfoResponse ¶
func NewGetVideoPlayerInfoResponse() *GetVideoPlayerInfoResponse
NewGetVideoPlayerInfoResponse instantiates a new GetVideoPlayerInfoResponse 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 NewGetVideoPlayerInfoResponseWithDefaults ¶
func NewGetVideoPlayerInfoResponseWithDefaults() *GetVideoPlayerInfoResponse
NewGetVideoPlayerInfoResponseWithDefaults instantiates a new GetVideoPlayerInfoResponse 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 (*GetVideoPlayerInfoResponse) GetAssets ¶
func (o *GetVideoPlayerInfoResponse) GetAssets() VideoAssets
GetAssets returns the Assets field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetAssetsOk ¶
func (o *GetVideoPlayerInfoResponse) GetAssetsOk() (*VideoAssets, bool)
GetAssetsOk returns a tuple with the Assets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetCaptions ¶
func (o *GetVideoPlayerInfoResponse) GetCaptions() []VideoCaption
GetCaptions returns the Captions field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetCaptionsOk ¶
func (o *GetVideoPlayerInfoResponse) GetCaptionsOk() (*[]VideoCaption, bool)
GetCaptionsOk returns a tuple with the Captions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetChapters ¶
func (o *GetVideoPlayerInfoResponse) GetChapters() []VideoChapter
GetChapters returns the Chapters field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetChaptersOk ¶
func (o *GetVideoPlayerInfoResponse) GetChaptersOk() (*[]VideoChapter, bool)
GetChaptersOk returns a tuple with the Chapters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetCreatedAt ¶
func (o *GetVideoPlayerInfoResponse) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetCreatedAtOk ¶
func (o *GetVideoPlayerInfoResponse) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetDescription ¶
func (o *GetVideoPlayerInfoResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetDescriptionOk ¶
func (o *GetVideoPlayerInfoResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetDuration ¶
func (o *GetVideoPlayerInfoResponse) GetDuration() float32
GetDuration returns the Duration field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetDurationOk ¶
func (o *GetVideoPlayerInfoResponse) GetDurationOk() (*float32, bool)
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetId ¶
func (o *GetVideoPlayerInfoResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetIdOk ¶
func (o *GetVideoPlayerInfoResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetIsMp4 ¶
func (o *GetVideoPlayerInfoResponse) GetIsMp4() bool
GetIsMp4 returns the IsMp4 field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetIsMp4Ok ¶
func (o *GetVideoPlayerInfoResponse) GetIsMp4Ok() (*bool, bool)
GetIsMp4Ok returns a tuple with the IsMp4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetIsPublic ¶
func (o *GetVideoPlayerInfoResponse) GetIsPublic() bool
GetIsPublic returns the IsPublic field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetIsPublicOk ¶
func (o *GetVideoPlayerInfoResponse) GetIsPublicOk() (*bool, bool)
GetIsPublicOk returns a tuple with the IsPublic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetMetadata ¶
func (o *GetVideoPlayerInfoResponse) GetMetadata() []Metadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetMetadataOk ¶
func (o *GetVideoPlayerInfoResponse) GetMetadataOk() (*[]Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetPlayerTheme ¶
func (o *GetVideoPlayerInfoResponse) GetPlayerTheme() PlayerTheme
GetPlayerTheme returns the PlayerTheme field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetPlayerThemeId ¶
func (o *GetVideoPlayerInfoResponse) GetPlayerThemeId() string
GetPlayerThemeId returns the PlayerThemeId field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetPlayerThemeIdOk ¶
func (o *GetVideoPlayerInfoResponse) GetPlayerThemeIdOk() (*string, bool)
GetPlayerThemeIdOk returns a tuple with the PlayerThemeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetPlayerThemeOk ¶
func (o *GetVideoPlayerInfoResponse) GetPlayerThemeOk() (*PlayerTheme, bool)
GetPlayerThemeOk returns a tuple with the PlayerTheme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetQualities ¶
func (o *GetVideoPlayerInfoResponse) GetQualities() []QualityObject
GetQualities returns the Qualities field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetQualitiesOk ¶
func (o *GetVideoPlayerInfoResponse) GetQualitiesOk() (*[]QualityObject, bool)
GetQualitiesOk returns a tuple with the Qualities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetSize ¶
func (o *GetVideoPlayerInfoResponse) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetSizeOk ¶
func (o *GetVideoPlayerInfoResponse) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetStatus ¶
func (o *GetVideoPlayerInfoResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetStatusOk ¶
func (o *GetVideoPlayerInfoResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetTags ¶
func (o *GetVideoPlayerInfoResponse) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetTagsOk ¶
func (o *GetVideoPlayerInfoResponse) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetTitle ¶
func (o *GetVideoPlayerInfoResponse) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetTitleOk ¶
func (o *GetVideoPlayerInfoResponse) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetUpdatedAt ¶
func (o *GetVideoPlayerInfoResponse) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetUpdatedAtOk ¶
func (o *GetVideoPlayerInfoResponse) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) GetUserId ¶
func (o *GetVideoPlayerInfoResponse) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*GetVideoPlayerInfoResponse) GetUserIdOk ¶
func (o *GetVideoPlayerInfoResponse) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetVideoPlayerInfoResponse) HasAssets ¶
func (o *GetVideoPlayerInfoResponse) HasAssets() bool
HasAssets returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasCaptions ¶
func (o *GetVideoPlayerInfoResponse) HasCaptions() bool
HasCaptions returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasChapters ¶
func (o *GetVideoPlayerInfoResponse) HasChapters() bool
HasChapters returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasCreatedAt ¶
func (o *GetVideoPlayerInfoResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasDescription ¶
func (o *GetVideoPlayerInfoResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasDuration ¶
func (o *GetVideoPlayerInfoResponse) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasId ¶
func (o *GetVideoPlayerInfoResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasIsMp4 ¶
func (o *GetVideoPlayerInfoResponse) HasIsMp4() bool
HasIsMp4 returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasIsPublic ¶
func (o *GetVideoPlayerInfoResponse) HasIsPublic() bool
HasIsPublic returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasMetadata ¶
func (o *GetVideoPlayerInfoResponse) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasPlayerTheme ¶
func (o *GetVideoPlayerInfoResponse) HasPlayerTheme() bool
HasPlayerTheme returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasPlayerThemeId ¶
func (o *GetVideoPlayerInfoResponse) HasPlayerThemeId() bool
HasPlayerThemeId returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasQualities ¶
func (o *GetVideoPlayerInfoResponse) HasQualities() bool
HasQualities returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasSize ¶
func (o *GetVideoPlayerInfoResponse) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasStatus ¶
func (o *GetVideoPlayerInfoResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasTags ¶
func (o *GetVideoPlayerInfoResponse) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasTitle ¶
func (o *GetVideoPlayerInfoResponse) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasUpdatedAt ¶
func (o *GetVideoPlayerInfoResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) HasUserId ¶
func (o *GetVideoPlayerInfoResponse) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (*GetVideoPlayerInfoResponse) SetAssets ¶
func (o *GetVideoPlayerInfoResponse) SetAssets(v VideoAssets)
SetAssets gets a reference to the given VideoAssets and assigns it to the Assets field.
func (*GetVideoPlayerInfoResponse) SetCaptions ¶
func (o *GetVideoPlayerInfoResponse) SetCaptions(v []VideoCaption)
SetCaptions gets a reference to the given []VideoCaption and assigns it to the Captions field.
func (*GetVideoPlayerInfoResponse) SetChapters ¶
func (o *GetVideoPlayerInfoResponse) SetChapters(v []VideoChapter)
SetChapters gets a reference to the given []VideoChapter and assigns it to the Chapters field.
func (*GetVideoPlayerInfoResponse) SetCreatedAt ¶
func (o *GetVideoPlayerInfoResponse) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*GetVideoPlayerInfoResponse) SetDescription ¶
func (o *GetVideoPlayerInfoResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*GetVideoPlayerInfoResponse) SetDuration ¶
func (o *GetVideoPlayerInfoResponse) SetDuration(v float32)
SetDuration gets a reference to the given float32 and assigns it to the Duration field.
func (*GetVideoPlayerInfoResponse) SetId ¶
func (o *GetVideoPlayerInfoResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*GetVideoPlayerInfoResponse) SetIsMp4 ¶
func (o *GetVideoPlayerInfoResponse) SetIsMp4(v bool)
SetIsMp4 gets a reference to the given bool and assigns it to the IsMp4 field.
func (*GetVideoPlayerInfoResponse) SetIsPublic ¶
func (o *GetVideoPlayerInfoResponse) SetIsPublic(v bool)
SetIsPublic gets a reference to the given bool and assigns it to the IsPublic field.
func (*GetVideoPlayerInfoResponse) SetMetadata ¶
func (o *GetVideoPlayerInfoResponse) SetMetadata(v []Metadata)
SetMetadata gets a reference to the given []Metadata and assigns it to the Metadata field.
func (*GetVideoPlayerInfoResponse) SetPlayerTheme ¶
func (o *GetVideoPlayerInfoResponse) SetPlayerTheme(v PlayerTheme)
SetPlayerTheme gets a reference to the given PlayerTheme and assigns it to the PlayerTheme field.
func (*GetVideoPlayerInfoResponse) SetPlayerThemeId ¶
func (o *GetVideoPlayerInfoResponse) SetPlayerThemeId(v string)
SetPlayerThemeId gets a reference to the given string and assigns it to the PlayerThemeId field.
func (*GetVideoPlayerInfoResponse) SetQualities ¶
func (o *GetVideoPlayerInfoResponse) SetQualities(v []QualityObject)
SetQualities gets a reference to the given []QualityObject and assigns it to the Qualities field.
func (*GetVideoPlayerInfoResponse) SetSize ¶
func (o *GetVideoPlayerInfoResponse) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*GetVideoPlayerInfoResponse) SetStatus ¶
func (o *GetVideoPlayerInfoResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*GetVideoPlayerInfoResponse) SetTags ¶
func (o *GetVideoPlayerInfoResponse) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*GetVideoPlayerInfoResponse) SetTitle ¶
func (o *GetVideoPlayerInfoResponse) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*GetVideoPlayerInfoResponse) SetUpdatedAt ¶
func (o *GetVideoPlayerInfoResponse) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*GetVideoPlayerInfoResponse) SetUserId ¶
func (o *GetVideoPlayerInfoResponse) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
type GetWebhooksListData ¶
type GetWebhooksListData struct {
Total *int32 `json:"total,omitempty"`
Webhooks *[]Webhook `json:"webhooks,omitempty"`
}
GetWebhooksListData struct for GetWebhooksListData
func NewGetWebhooksListData ¶
func NewGetWebhooksListData() *GetWebhooksListData
NewGetWebhooksListData instantiates a new GetWebhooksListData 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 NewGetWebhooksListDataWithDefaults ¶
func NewGetWebhooksListDataWithDefaults() *GetWebhooksListData
NewGetWebhooksListDataWithDefaults instantiates a new GetWebhooksListData 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 (*GetWebhooksListData) GetTotal ¶
func (o *GetWebhooksListData) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*GetWebhooksListData) GetTotalOk ¶
func (o *GetWebhooksListData) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetWebhooksListData) GetWebhooks ¶
func (o *GetWebhooksListData) GetWebhooks() []Webhook
GetWebhooks returns the Webhooks field value if set, zero value otherwise.
func (*GetWebhooksListData) GetWebhooksOk ¶
func (o *GetWebhooksListData) GetWebhooksOk() (*[]Webhook, bool)
GetWebhooksOk returns a tuple with the Webhooks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetWebhooksListData) HasTotal ¶
func (o *GetWebhooksListData) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*GetWebhooksListData) HasWebhooks ¶
func (o *GetWebhooksListData) HasWebhooks() bool
HasWebhooks returns a boolean if a field has been set.
func (*GetWebhooksListData) SetTotal ¶
func (o *GetWebhooksListData) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
func (*GetWebhooksListData) SetWebhooks ¶
func (o *GetWebhooksListData) SetWebhooks(v []Webhook)
SetWebhooks gets a reference to the given []Webhook and assigns it to the Webhooks field.
type GetWebhooksListResponse ¶
type GetWebhooksListResponse struct {
Data *GetWebhooksListData `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
GetWebhooksListResponse struct for GetWebhooksListResponse
func NewGetWebhooksListResponse ¶
func NewGetWebhooksListResponse() *GetWebhooksListResponse
NewGetWebhooksListResponse instantiates a new GetWebhooksListResponse 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 NewGetWebhooksListResponseWithDefaults ¶
func NewGetWebhooksListResponseWithDefaults() *GetWebhooksListResponse
NewGetWebhooksListResponseWithDefaults instantiates a new GetWebhooksListResponse 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 (*GetWebhooksListResponse) GetData ¶
func (o *GetWebhooksListResponse) GetData() GetWebhooksListData
GetData returns the Data field value if set, zero value otherwise.
func (*GetWebhooksListResponse) GetDataOk ¶
func (o *GetWebhooksListResponse) GetDataOk() (*GetWebhooksListData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetWebhooksListResponse) GetStatus ¶
func (o *GetWebhooksListResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetWebhooksListResponse) GetStatusOk ¶
func (o *GetWebhooksListResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetWebhooksListResponse) HasData ¶
func (o *GetWebhooksListResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*GetWebhooksListResponse) HasStatus ¶
func (o *GetWebhooksListResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*GetWebhooksListResponse) SetData ¶
func (o *GetWebhooksListResponse) SetData(v GetWebhooksListData)
SetData gets a reference to the given GetWebhooksListData and assigns it to the Data field.
func (*GetWebhooksListResponse) SetStatus ¶
func (o *GetWebhooksListResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type IUploadStream ¶
type IUploadStream interface {
UploadPart(fileName string, fileReader io.Reader, fileSize int64) (*Media, error)
UploadPartWithContext(ctx context.Context, fileName string, fileReader io.Reader, fileSize int64) (*Media, error)
}
VideosService communicating with the Videos endpoints of the Aioz Stream API
type Media ¶ added in v1.0.10
type Media struct {
Assets *VideoAssets `json:"assets,omitempty"`
Captions *[]VideoCaption `json:"captions,omitempty"`
Chapters *[]VideoChapter `json:"chapters,omitempty"`
CreatedAt *string `json:"created_at,omitempty"`
Description *string `json:"description,omitempty"`
Duration *float32 `json:"duration,omitempty"`
Id *string `json:"id,omitempty"`
IsMp4 *bool `json:"is_mp4,omitempty"`
IsPublic *bool `json:"is_public,omitempty"`
Metadata *[]Metadata `json:"metadata,omitempty"`
PlayerTheme *PlayerTheme `json:"player_theme,omitempty"`
PlayerThemeId *string `json:"player_theme_id,omitempty"`
Qualities *[]QualityObject `json:"qualities,omitempty"`
Size *int32 `json:"size,omitempty"`
Status *string `json:"status,omitempty"`
Tags *[]string `json:"tags,omitempty"`
Title *string `json:"title,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
UserId *string `json:"user_id,omitempty"`
View *int32 `json:"view,omitempty"`
}
Media struct for Media
func NewMedia ¶ added in v1.0.10
func NewMedia() *Media
NewMedia instantiates a new Media 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 NewMediaWithDefaults ¶ added in v1.0.10
func NewMediaWithDefaults() *Media
NewMediaWithDefaults instantiates a new Media 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 (*Media) GetAssets ¶ added in v1.0.10
func (o *Media) GetAssets() VideoAssets
GetAssets returns the Assets field value if set, zero value otherwise.
func (*Media) GetAssetsOk ¶ added in v1.0.10
func (o *Media) GetAssetsOk() (*VideoAssets, bool)
GetAssetsOk returns a tuple with the Assets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetCaptions ¶ added in v1.0.10
func (o *Media) GetCaptions() []VideoCaption
GetCaptions returns the Captions field value if set, zero value otherwise.
func (*Media) GetCaptionsOk ¶ added in v1.0.10
func (o *Media) GetCaptionsOk() (*[]VideoCaption, bool)
GetCaptionsOk returns a tuple with the Captions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetChapters ¶ added in v1.0.10
func (o *Media) GetChapters() []VideoChapter
GetChapters returns the Chapters field value if set, zero value otherwise.
func (*Media) GetChaptersOk ¶ added in v1.0.10
func (o *Media) GetChaptersOk() (*[]VideoChapter, bool)
GetChaptersOk returns a tuple with the Chapters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetCreatedAt ¶ added in v1.0.10
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Media) GetCreatedAtOk ¶ added in v1.0.10
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetDescription ¶ added in v1.0.10
GetDescription returns the Description field value if set, zero value otherwise.
func (*Media) GetDescriptionOk ¶ added in v1.0.10
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetDuration ¶ added in v1.0.10
GetDuration returns the Duration field value if set, zero value otherwise.
func (*Media) GetDurationOk ¶ added in v1.0.10
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetId ¶ added in v1.0.10
GetId returns the Id field value if set, zero value otherwise.
func (*Media) GetIdOk ¶ added in v1.0.10
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetIsMp4 ¶ added in v1.0.10
GetIsMp4 returns the IsMp4 field value if set, zero value otherwise.
func (*Media) GetIsMp4Ok ¶ added in v1.0.10
GetIsMp4Ok returns a tuple with the IsMp4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetIsPublic ¶ added in v1.0.10
GetIsPublic returns the IsPublic field value if set, zero value otherwise.
func (*Media) GetIsPublicOk ¶ added in v1.0.10
GetIsPublicOk returns a tuple with the IsPublic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetMetadata ¶ added in v1.0.10
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Media) GetMetadataOk ¶ added in v1.0.10
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetPlayerTheme ¶ added in v1.0.10
func (o *Media) GetPlayerTheme() PlayerTheme
GetPlayerTheme returns the PlayerTheme field value if set, zero value otherwise.
func (*Media) GetPlayerThemeId ¶ added in v1.0.10
GetPlayerThemeId returns the PlayerThemeId field value if set, zero value otherwise.
func (*Media) GetPlayerThemeIdOk ¶ added in v1.0.10
GetPlayerThemeIdOk returns a tuple with the PlayerThemeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetPlayerThemeOk ¶ added in v1.0.10
func (o *Media) GetPlayerThemeOk() (*PlayerTheme, bool)
GetPlayerThemeOk returns a tuple with the PlayerTheme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetQualities ¶ added in v1.0.10
func (o *Media) GetQualities() []QualityObject
GetQualities returns the Qualities field value if set, zero value otherwise.
func (*Media) GetQualitiesOk ¶ added in v1.0.10
func (o *Media) GetQualitiesOk() (*[]QualityObject, bool)
GetQualitiesOk returns a tuple with the Qualities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetSize ¶ added in v1.0.10
GetSize returns the Size field value if set, zero value otherwise.
func (*Media) GetSizeOk ¶ added in v1.0.10
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetStatus ¶ added in v1.0.10
GetStatus returns the Status field value if set, zero value otherwise.
func (*Media) GetStatusOk ¶ added in v1.0.10
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetTags ¶ added in v1.0.10
GetTags returns the Tags field value if set, zero value otherwise.
func (*Media) GetTagsOk ¶ added in v1.0.10
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetTitle ¶ added in v1.0.10
GetTitle returns the Title field value if set, zero value otherwise.
func (*Media) GetTitleOk ¶ added in v1.0.10
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetUpdatedAt ¶ added in v1.0.10
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Media) GetUpdatedAtOk ¶ added in v1.0.10
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetUserId ¶ added in v1.0.10
GetUserId returns the UserId field value if set, zero value otherwise.
func (*Media) GetUserIdOk ¶ added in v1.0.10
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) GetView ¶ added in v1.0.10
GetView returns the View field value if set, zero value otherwise.
func (*Media) GetViewOk ¶ added in v1.0.10
GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Media) HasCaptions ¶ added in v1.0.10
HasCaptions returns a boolean if a field has been set.
func (*Media) HasChapters ¶ added in v1.0.10
HasChapters returns a boolean if a field has been set.
func (*Media) HasCreatedAt ¶ added in v1.0.10
HasCreatedAt returns a boolean if a field has been set.
func (*Media) HasDescription ¶ added in v1.0.10
HasDescription returns a boolean if a field has been set.
func (*Media) HasDuration ¶ added in v1.0.10
HasDuration returns a boolean if a field has been set.
func (*Media) HasIsPublic ¶ added in v1.0.10
HasIsPublic returns a boolean if a field has been set.
func (*Media) HasMetadata ¶ added in v1.0.10
HasMetadata returns a boolean if a field has been set.
func (*Media) HasPlayerTheme ¶ added in v1.0.10
HasPlayerTheme returns a boolean if a field has been set.
func (*Media) HasPlayerThemeId ¶ added in v1.0.10
HasPlayerThemeId returns a boolean if a field has been set.
func (*Media) HasQualities ¶ added in v1.0.10
HasQualities returns a boolean if a field has been set.
func (*Media) HasUpdatedAt ¶ added in v1.0.10
HasUpdatedAt returns a boolean if a field has been set.
func (*Media) SetAssets ¶ added in v1.0.10
func (o *Media) SetAssets(v VideoAssets)
SetAssets gets a reference to the given VideoAssets and assigns it to the Assets field.
func (*Media) SetCaptions ¶ added in v1.0.10
func (o *Media) SetCaptions(v []VideoCaption)
SetCaptions gets a reference to the given []VideoCaption and assigns it to the Captions field.
func (*Media) SetChapters ¶ added in v1.0.10
func (o *Media) SetChapters(v []VideoChapter)
SetChapters gets a reference to the given []VideoChapter and assigns it to the Chapters field.
func (*Media) SetCreatedAt ¶ added in v1.0.10
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Media) SetDescription ¶ added in v1.0.10
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Media) SetDuration ¶ added in v1.0.10
SetDuration gets a reference to the given float32 and assigns it to the Duration field.
func (*Media) SetId ¶ added in v1.0.10
SetId gets a reference to the given string and assigns it to the Id field.
func (*Media) SetIsMp4 ¶ added in v1.0.10
SetIsMp4 gets a reference to the given bool and assigns it to the IsMp4 field.
func (*Media) SetIsPublic ¶ added in v1.0.10
SetIsPublic gets a reference to the given bool and assigns it to the IsPublic field.
func (*Media) SetMetadata ¶ added in v1.0.10
SetMetadata gets a reference to the given []Metadata and assigns it to the Metadata field.
func (*Media) SetPlayerTheme ¶ added in v1.0.10
func (o *Media) SetPlayerTheme(v PlayerTheme)
SetPlayerTheme gets a reference to the given PlayerTheme and assigns it to the PlayerTheme field.
func (*Media) SetPlayerThemeId ¶ added in v1.0.10
SetPlayerThemeId gets a reference to the given string and assigns it to the PlayerThemeId field.
func (*Media) SetQualities ¶ added in v1.0.10
func (o *Media) SetQualities(v []QualityObject)
SetQualities gets a reference to the given []QualityObject and assigns it to the Qualities field.
func (*Media) SetSize ¶ added in v1.0.10
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*Media) SetStatus ¶ added in v1.0.10
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Media) SetTags ¶ added in v1.0.10
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Media) SetTitle ¶ added in v1.0.10
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*Media) SetUpdatedAt ¶ added in v1.0.10
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
type Metadata ¶
Metadata struct for Metadata
func NewMetadata ¶
func NewMetadata() *Metadata
NewMetadata instantiates a new Metadata 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 NewMetadataWithDefaults ¶
func NewMetadataWithDefaults() *Metadata
NewMetadataWithDefaults instantiates a new Metadata 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 (*Metadata) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metadata) GetValueOk ¶
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
type MoveVideoInPlaylistRequest ¶
type MoveVideoInPlaylistRequest struct {
// CurrentId is the UUID of the playlist item (media) to be moved
CurrentId *string `json:"current_id,omitempty"`
// NextId is the UUID of the playlist item that should come after the moved item
NextId *string `json:"next_id,omitempty"`
// PreviousId is the UUID of the playlist item that should come before the moved item
PreviousId *string `json:"previous_id,omitempty"`
}
MoveVideoInPlaylistRequest struct for MoveVideoInPlaylistRequest
func NewMoveVideoInPlaylistRequest ¶
func NewMoveVideoInPlaylistRequest() *MoveVideoInPlaylistRequest
NewMoveVideoInPlaylistRequest instantiates a new MoveVideoInPlaylistRequest 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 NewMoveVideoInPlaylistRequestWithDefaults ¶
func NewMoveVideoInPlaylistRequestWithDefaults() *MoveVideoInPlaylistRequest
NewMoveVideoInPlaylistRequestWithDefaults instantiates a new MoveVideoInPlaylistRequest 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 (*MoveVideoInPlaylistRequest) GetCurrentId ¶
func (o *MoveVideoInPlaylistRequest) GetCurrentId() string
GetCurrentId returns the CurrentId field value if set, zero value otherwise.
func (*MoveVideoInPlaylistRequest) GetCurrentIdOk ¶
func (o *MoveVideoInPlaylistRequest) GetCurrentIdOk() (*string, bool)
GetCurrentIdOk returns a tuple with the CurrentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MoveVideoInPlaylistRequest) GetNextId ¶
func (o *MoveVideoInPlaylistRequest) GetNextId() string
GetNextId returns the NextId field value if set, zero value otherwise.
func (*MoveVideoInPlaylistRequest) GetNextIdOk ¶
func (o *MoveVideoInPlaylistRequest) GetNextIdOk() (*string, bool)
GetNextIdOk returns a tuple with the NextId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MoveVideoInPlaylistRequest) GetPreviousId ¶
func (o *MoveVideoInPlaylistRequest) GetPreviousId() string
GetPreviousId returns the PreviousId field value if set, zero value otherwise.
func (*MoveVideoInPlaylistRequest) GetPreviousIdOk ¶
func (o *MoveVideoInPlaylistRequest) GetPreviousIdOk() (*string, bool)
GetPreviousIdOk returns a tuple with the PreviousId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MoveVideoInPlaylistRequest) HasCurrentId ¶
func (o *MoveVideoInPlaylistRequest) HasCurrentId() bool
HasCurrentId returns a boolean if a field has been set.
func (*MoveVideoInPlaylistRequest) HasNextId ¶
func (o *MoveVideoInPlaylistRequest) HasNextId() bool
HasNextId returns a boolean if a field has been set.
func (*MoveVideoInPlaylistRequest) HasPreviousId ¶
func (o *MoveVideoInPlaylistRequest) HasPreviousId() bool
HasPreviousId returns a boolean if a field has been set.
func (*MoveVideoInPlaylistRequest) SetCurrentId ¶
func (o *MoveVideoInPlaylistRequest) SetCurrentId(v string)
SetCurrentId gets a reference to the given string and assigns it to the CurrentId field.
func (*MoveVideoInPlaylistRequest) SetNextId ¶
func (o *MoveVideoInPlaylistRequest) SetNextId(v string)
SetNextId gets a reference to the given string and assigns it to the NextId field.
func (*MoveVideoInPlaylistRequest) SetPreviousId ¶
func (o *MoveVideoInPlaylistRequest) SetPreviousId(v string)
SetPreviousId gets a reference to the given string and assigns it to the PreviousId field.
type NullableAddPlayerThemesToVideoRequest ¶
type NullableAddPlayerThemesToVideoRequest struct {
// contains filtered or unexported fields
}
func NewNullableAddPlayerThemesToVideoRequest ¶
func NewNullableAddPlayerThemesToVideoRequest(val *AddPlayerThemesToVideoRequest) *NullableAddPlayerThemesToVideoRequest
func (NullableAddPlayerThemesToVideoRequest) Get ¶
func (v NullableAddPlayerThemesToVideoRequest) Get() *AddPlayerThemesToVideoRequest
func (NullableAddPlayerThemesToVideoRequest) IsSet ¶
func (v NullableAddPlayerThemesToVideoRequest) IsSet() bool
func (*NullableAddPlayerThemesToVideoRequest) Set ¶
func (v *NullableAddPlayerThemesToVideoRequest) Set(val *AddPlayerThemesToVideoRequest)
func (*NullableAddPlayerThemesToVideoRequest) Unset ¶
func (v *NullableAddPlayerThemesToVideoRequest) Unset()
type NullableAddVideoToPlaylistRequest ¶
type NullableAddVideoToPlaylistRequest struct {
// contains filtered or unexported fields
}
func NewNullableAddVideoToPlaylistRequest ¶
func NewNullableAddVideoToPlaylistRequest(val *AddVideoToPlaylistRequest) *NullableAddVideoToPlaylistRequest
func (NullableAddVideoToPlaylistRequest) Get ¶
func (v NullableAddVideoToPlaylistRequest) Get() *AddVideoToPlaylistRequest
func (NullableAddVideoToPlaylistRequest) IsSet ¶
func (v NullableAddVideoToPlaylistRequest) IsSet() bool
func (*NullableAddVideoToPlaylistRequest) Set ¶
func (v *NullableAddVideoToPlaylistRequest) Set(val *AddVideoToPlaylistRequest)
func (*NullableAddVideoToPlaylistRequest) Unset ¶
func (v *NullableAddVideoToPlaylistRequest) Unset()
type NullableApiKey ¶
type NullableApiKey struct {
// contains filtered or unexported fields
}
func NewNullableApiKey ¶
func NewNullableApiKey(val *ApiKey) *NullableApiKey
func (NullableApiKey) Get ¶
func (v NullableApiKey) Get() *ApiKey
func (NullableApiKey) IsSet ¶
func (v NullableApiKey) IsSet() bool
func (*NullableApiKey) Set ¶
func (v *NullableApiKey) Set(val *ApiKey)
func (*NullableApiKey) Unset ¶
func (v *NullableApiKey) Unset()
type NullableAsset ¶
type NullableAsset struct {
// contains filtered or unexported fields
}
func NewNullableAsset ¶
func NewNullableAsset(val *Asset) *NullableAsset
func (NullableAsset) Get ¶
func (v NullableAsset) Get() *Asset
func (NullableAsset) IsSet ¶
func (v NullableAsset) IsSet() bool
func (*NullableAsset) Set ¶
func (v *NullableAsset) Set(val *Asset)
func (*NullableAsset) Unset ¶
func (v *NullableAsset) Unset()
type NullableAudioConfig ¶ added in v1.0.10
type NullableAudioConfig struct {
// contains filtered or unexported fields
}
func NewNullableAudioConfig ¶ added in v1.0.10
func NewNullableAudioConfig(val *AudioConfig) *NullableAudioConfig
func (NullableAudioConfig) Get ¶ added in v1.0.10
func (v NullableAudioConfig) Get() *AudioConfig
func (NullableAudioConfig) IsSet ¶ added in v1.0.10
func (v NullableAudioConfig) IsSet() bool
func (*NullableAudioConfig) Set ¶ added in v1.0.10
func (v *NullableAudioConfig) Set(val *AudioConfig)
func (*NullableAudioConfig) Unset ¶ added in v1.0.10
func (v *NullableAudioConfig) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableControls ¶
type NullableControls struct {
// contains filtered or unexported fields
}
func NewNullableControls ¶
func NewNullableControls(val *Controls) *NullableControls
func (NullableControls) Get ¶
func (v NullableControls) Get() *Controls
func (NullableControls) IsSet ¶
func (v NullableControls) IsSet() bool
func (*NullableControls) Set ¶
func (v *NullableControls) Set(val *Controls)
func (*NullableControls) Unset ¶
func (v *NullableControls) Unset()
type NullableCreateApiKeyData ¶
type NullableCreateApiKeyData struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKeyData ¶
func NewNullableCreateApiKeyData(val *CreateApiKeyData) *NullableCreateApiKeyData
func (NullableCreateApiKeyData) Get ¶
func (v NullableCreateApiKeyData) Get() *CreateApiKeyData
func (NullableCreateApiKeyData) IsSet ¶
func (v NullableCreateApiKeyData) IsSet() bool
func (*NullableCreateApiKeyData) Set ¶
func (v *NullableCreateApiKeyData) Set(val *CreateApiKeyData)
func (*NullableCreateApiKeyData) Unset ¶
func (v *NullableCreateApiKeyData) Unset()
type NullableCreateApiKeyRequest ¶
type NullableCreateApiKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKeyRequest ¶
func NewNullableCreateApiKeyRequest(val *CreateApiKeyRequest) *NullableCreateApiKeyRequest
func (NullableCreateApiKeyRequest) Get ¶
func (v NullableCreateApiKeyRequest) Get() *CreateApiKeyRequest
func (NullableCreateApiKeyRequest) IsSet ¶
func (v NullableCreateApiKeyRequest) IsSet() bool
func (*NullableCreateApiKeyRequest) Set ¶
func (v *NullableCreateApiKeyRequest) Set(val *CreateApiKeyRequest)
func (*NullableCreateApiKeyRequest) Unset ¶
func (v *NullableCreateApiKeyRequest) Unset()
type NullableCreateApiKeyResponse ¶
type NullableCreateApiKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKeyResponse ¶
func NewNullableCreateApiKeyResponse(val *CreateApiKeyResponse) *NullableCreateApiKeyResponse
func (NullableCreateApiKeyResponse) Get ¶
func (v NullableCreateApiKeyResponse) Get() *CreateApiKeyResponse
func (NullableCreateApiKeyResponse) IsSet ¶
func (v NullableCreateApiKeyResponse) IsSet() bool
func (*NullableCreateApiKeyResponse) Set ¶
func (v *NullableCreateApiKeyResponse) Set(val *CreateApiKeyResponse)
func (*NullableCreateApiKeyResponse) Unset ¶
func (v *NullableCreateApiKeyResponse) Unset()
type NullableCreateMediaRequest ¶ added in v1.0.10
type NullableCreateMediaRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateMediaRequest ¶ added in v1.0.10
func NewNullableCreateMediaRequest(val *CreateMediaRequest) *NullableCreateMediaRequest
func (NullableCreateMediaRequest) Get ¶ added in v1.0.10
func (v NullableCreateMediaRequest) Get() *CreateMediaRequest
func (NullableCreateMediaRequest) IsSet ¶ added in v1.0.10
func (v NullableCreateMediaRequest) IsSet() bool
func (*NullableCreateMediaRequest) Set ¶ added in v1.0.10
func (v *NullableCreateMediaRequest) Set(val *CreateMediaRequest)
func (*NullableCreateMediaRequest) Unset ¶ added in v1.0.10
func (v *NullableCreateMediaRequest) Unset()
type NullableCreateMediaResponse ¶ added in v1.0.10
type NullableCreateMediaResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateMediaResponse ¶ added in v1.0.10
func NewNullableCreateMediaResponse(val *CreateMediaResponse) *NullableCreateMediaResponse
func (NullableCreateMediaResponse) Get ¶ added in v1.0.10
func (v NullableCreateMediaResponse) Get() *CreateMediaResponse
func (NullableCreateMediaResponse) IsSet ¶ added in v1.0.10
func (v NullableCreateMediaResponse) IsSet() bool
func (*NullableCreateMediaResponse) Set ¶ added in v1.0.10
func (v *NullableCreateMediaResponse) Set(val *CreateMediaResponse)
func (*NullableCreateMediaResponse) Unset ¶ added in v1.0.10
func (v *NullableCreateMediaResponse) Unset()
type NullableCreatePlayerThemeRequest ¶
type NullableCreatePlayerThemeRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreatePlayerThemeRequest ¶
func NewNullableCreatePlayerThemeRequest(val *CreatePlayerThemeRequest) *NullableCreatePlayerThemeRequest
func (NullableCreatePlayerThemeRequest) Get ¶
func (v NullableCreatePlayerThemeRequest) Get() *CreatePlayerThemeRequest
func (NullableCreatePlayerThemeRequest) IsSet ¶
func (v NullableCreatePlayerThemeRequest) IsSet() bool
func (*NullableCreatePlayerThemeRequest) Set ¶
func (v *NullableCreatePlayerThemeRequest) Set(val *CreatePlayerThemeRequest)
func (*NullableCreatePlayerThemeRequest) Unset ¶
func (v *NullableCreatePlayerThemeRequest) Unset()
type NullableCreatePlayerThemesData ¶
type NullableCreatePlayerThemesData struct {
// contains filtered or unexported fields
}
func NewNullableCreatePlayerThemesData ¶
func NewNullableCreatePlayerThemesData(val *CreatePlayerThemesData) *NullableCreatePlayerThemesData
func (NullableCreatePlayerThemesData) Get ¶
func (v NullableCreatePlayerThemesData) Get() *CreatePlayerThemesData
func (NullableCreatePlayerThemesData) IsSet ¶
func (v NullableCreatePlayerThemesData) IsSet() bool
func (*NullableCreatePlayerThemesData) Set ¶
func (v *NullableCreatePlayerThemesData) Set(val *CreatePlayerThemesData)
func (*NullableCreatePlayerThemesData) Unset ¶
func (v *NullableCreatePlayerThemesData) Unset()
type NullableCreatePlayerThemesResponse ¶
type NullableCreatePlayerThemesResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreatePlayerThemesResponse ¶
func NewNullableCreatePlayerThemesResponse(val *CreatePlayerThemesResponse) *NullableCreatePlayerThemesResponse
func (NullableCreatePlayerThemesResponse) Get ¶
func (v NullableCreatePlayerThemesResponse) Get() *CreatePlayerThemesResponse
func (NullableCreatePlayerThemesResponse) IsSet ¶
func (v NullableCreatePlayerThemesResponse) IsSet() bool
func (*NullableCreatePlayerThemesResponse) Set ¶
func (v *NullableCreatePlayerThemesResponse) Set(val *CreatePlayerThemesResponse)
func (*NullableCreatePlayerThemesResponse) Unset ¶
func (v *NullableCreatePlayerThemesResponse) Unset()
type NullableCreatePlaylistData ¶
type NullableCreatePlaylistData struct {
// contains filtered or unexported fields
}
func NewNullableCreatePlaylistData ¶
func NewNullableCreatePlaylistData(val *CreatePlaylistData) *NullableCreatePlaylistData
func (NullableCreatePlaylistData) Get ¶
func (v NullableCreatePlaylistData) Get() *CreatePlaylistData
func (NullableCreatePlaylistData) IsSet ¶
func (v NullableCreatePlaylistData) IsSet() bool
func (*NullableCreatePlaylistData) Set ¶
func (v *NullableCreatePlaylistData) Set(val *CreatePlaylistData)
func (*NullableCreatePlaylistData) Unset ¶
func (v *NullableCreatePlaylistData) Unset()
type NullableCreatePlaylistRequest ¶
type NullableCreatePlaylistRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreatePlaylistRequest ¶
func NewNullableCreatePlaylistRequest(val *CreatePlaylistRequest) *NullableCreatePlaylistRequest
func (NullableCreatePlaylistRequest) Get ¶
func (v NullableCreatePlaylistRequest) Get() *CreatePlaylistRequest
func (NullableCreatePlaylistRequest) IsSet ¶
func (v NullableCreatePlaylistRequest) IsSet() bool
func (*NullableCreatePlaylistRequest) Set ¶
func (v *NullableCreatePlaylistRequest) Set(val *CreatePlaylistRequest)
func (*NullableCreatePlaylistRequest) Unset ¶
func (v *NullableCreatePlaylistRequest) Unset()
type NullableCreatePlaylistResponse ¶
type NullableCreatePlaylistResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreatePlaylistResponse ¶
func NewNullableCreatePlaylistResponse(val *CreatePlaylistResponse) *NullableCreatePlaylistResponse
func (NullableCreatePlaylistResponse) Get ¶
func (v NullableCreatePlaylistResponse) Get() *CreatePlaylistResponse
func (NullableCreatePlaylistResponse) IsSet ¶
func (v NullableCreatePlaylistResponse) IsSet() bool
func (*NullableCreatePlaylistResponse) Set ¶
func (v *NullableCreatePlaylistResponse) Set(val *CreatePlaylistResponse)
func (*NullableCreatePlaylistResponse) Unset ¶
func (v *NullableCreatePlaylistResponse) Unset()
type NullableCreateVideoCaptionData ¶
type NullableCreateVideoCaptionData struct {
// contains filtered or unexported fields
}
func NewNullableCreateVideoCaptionData ¶
func NewNullableCreateVideoCaptionData(val *CreateVideoCaptionData) *NullableCreateVideoCaptionData
func (NullableCreateVideoCaptionData) Get ¶
func (v NullableCreateVideoCaptionData) Get() *CreateVideoCaptionData
func (NullableCreateVideoCaptionData) IsSet ¶
func (v NullableCreateVideoCaptionData) IsSet() bool
func (*NullableCreateVideoCaptionData) Set ¶
func (v *NullableCreateVideoCaptionData) Set(val *CreateVideoCaptionData)
func (*NullableCreateVideoCaptionData) Unset ¶
func (v *NullableCreateVideoCaptionData) Unset()
type NullableCreateVideoCaptionResponse ¶
type NullableCreateVideoCaptionResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateVideoCaptionResponse ¶
func NewNullableCreateVideoCaptionResponse(val *CreateVideoCaptionResponse) *NullableCreateVideoCaptionResponse
func (NullableCreateVideoCaptionResponse) Get ¶
func (v NullableCreateVideoCaptionResponse) Get() *CreateVideoCaptionResponse
func (NullableCreateVideoCaptionResponse) IsSet ¶
func (v NullableCreateVideoCaptionResponse) IsSet() bool
func (*NullableCreateVideoCaptionResponse) Set ¶
func (v *NullableCreateVideoCaptionResponse) Set(val *CreateVideoCaptionResponse)
func (*NullableCreateVideoCaptionResponse) Unset ¶
func (v *NullableCreateVideoCaptionResponse) Unset()
type NullableCreateVideoChapterData ¶
type NullableCreateVideoChapterData struct {
// contains filtered or unexported fields
}
func NewNullableCreateVideoChapterData ¶
func NewNullableCreateVideoChapterData(val *CreateVideoChapterData) *NullableCreateVideoChapterData
func (NullableCreateVideoChapterData) Get ¶
func (v NullableCreateVideoChapterData) Get() *CreateVideoChapterData
func (NullableCreateVideoChapterData) IsSet ¶
func (v NullableCreateVideoChapterData) IsSet() bool
func (*NullableCreateVideoChapterData) Set ¶
func (v *NullableCreateVideoChapterData) Set(val *CreateVideoChapterData)
func (*NullableCreateVideoChapterData) Unset ¶
func (v *NullableCreateVideoChapterData) Unset()
type NullableCreateVideoChapterResponse ¶
type NullableCreateVideoChapterResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateVideoChapterResponse ¶
func NewNullableCreateVideoChapterResponse(val *CreateVideoChapterResponse) *NullableCreateVideoChapterResponse
func (NullableCreateVideoChapterResponse) Get ¶
func (v NullableCreateVideoChapterResponse) Get() *CreateVideoChapterResponse
func (NullableCreateVideoChapterResponse) IsSet ¶
func (v NullableCreateVideoChapterResponse) IsSet() bool
func (*NullableCreateVideoChapterResponse) Set ¶
func (v *NullableCreateVideoChapterResponse) Set(val *CreateVideoChapterResponse)
func (*NullableCreateVideoChapterResponse) Unset ¶
func (v *NullableCreateVideoChapterResponse) Unset()
type NullableCreateWebhookData ¶
type NullableCreateWebhookData struct {
// contains filtered or unexported fields
}
func NewNullableCreateWebhookData ¶
func NewNullableCreateWebhookData(val *CreateWebhookData) *NullableCreateWebhookData
func (NullableCreateWebhookData) Get ¶
func (v NullableCreateWebhookData) Get() *CreateWebhookData
func (NullableCreateWebhookData) IsSet ¶
func (v NullableCreateWebhookData) IsSet() bool
func (*NullableCreateWebhookData) Set ¶
func (v *NullableCreateWebhookData) Set(val *CreateWebhookData)
func (*NullableCreateWebhookData) Unset ¶
func (v *NullableCreateWebhookData) Unset()
type NullableCreateWebhookRequest ¶
type NullableCreateWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWebhookRequest ¶
func NewNullableCreateWebhookRequest(val *CreateWebhookRequest) *NullableCreateWebhookRequest
func (NullableCreateWebhookRequest) Get ¶
func (v NullableCreateWebhookRequest) Get() *CreateWebhookRequest
func (NullableCreateWebhookRequest) IsSet ¶
func (v NullableCreateWebhookRequest) IsSet() bool
func (*NullableCreateWebhookRequest) Set ¶
func (v *NullableCreateWebhookRequest) Set(val *CreateWebhookRequest)
func (*NullableCreateWebhookRequest) Unset ¶
func (v *NullableCreateWebhookRequest) Unset()
type NullableCreateWebhookResponse ¶
type NullableCreateWebhookResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateWebhookResponse ¶
func NewNullableCreateWebhookResponse(val *CreateWebhookResponse) *NullableCreateWebhookResponse
func (NullableCreateWebhookResponse) Get ¶
func (v NullableCreateWebhookResponse) Get() *CreateWebhookResponse
func (NullableCreateWebhookResponse) IsSet ¶
func (v NullableCreateWebhookResponse) IsSet() bool
func (*NullableCreateWebhookResponse) Set ¶
func (v *NullableCreateWebhookResponse) Set(val *CreateWebhookResponse)
func (*NullableCreateWebhookResponse) Unset ¶
func (v *NullableCreateWebhookResponse) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func PtrNullableFloat32 ¶
func PtrNullableFloat32(v float32) *NullableFloat32
PtrNullableFloat32 is a helper routine that returns a pointer to given NullableFloat32 value.
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGetApiKeysData ¶
type NullableGetApiKeysData struct {
// contains filtered or unexported fields
}
func NewNullableGetApiKeysData ¶
func NewNullableGetApiKeysData(val *GetApiKeysData) *NullableGetApiKeysData
func (NullableGetApiKeysData) Get ¶
func (v NullableGetApiKeysData) Get() *GetApiKeysData
func (NullableGetApiKeysData) IsSet ¶
func (v NullableGetApiKeysData) IsSet() bool
func (*NullableGetApiKeysData) Set ¶
func (v *NullableGetApiKeysData) Set(val *GetApiKeysData)
func (*NullableGetApiKeysData) Unset ¶
func (v *NullableGetApiKeysData) Unset()
type NullableGetApiKeysResponse ¶
type NullableGetApiKeysResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetApiKeysResponse ¶
func NewNullableGetApiKeysResponse(val *GetApiKeysResponse) *NullableGetApiKeysResponse
func (NullableGetApiKeysResponse) Get ¶
func (v NullableGetApiKeysResponse) Get() *GetApiKeysResponse
func (NullableGetApiKeysResponse) IsSet ¶
func (v NullableGetApiKeysResponse) IsSet() bool
func (*NullableGetApiKeysResponse) Set ¶
func (v *NullableGetApiKeysResponse) Set(val *GetApiKeysResponse)
func (*NullableGetApiKeysResponse) Unset ¶
func (v *NullableGetApiKeysResponse) Unset()
type NullableGetPlayerThemeByIdData ¶
type NullableGetPlayerThemeByIdData struct {
// contains filtered or unexported fields
}
func NewNullableGetPlayerThemeByIdData ¶
func NewNullableGetPlayerThemeByIdData(val *GetPlayerThemeByIdData) *NullableGetPlayerThemeByIdData
func (NullableGetPlayerThemeByIdData) Get ¶
func (v NullableGetPlayerThemeByIdData) Get() *GetPlayerThemeByIdData
func (NullableGetPlayerThemeByIdData) IsSet ¶
func (v NullableGetPlayerThemeByIdData) IsSet() bool
func (*NullableGetPlayerThemeByIdData) Set ¶
func (v *NullableGetPlayerThemeByIdData) Set(val *GetPlayerThemeByIdData)
func (*NullableGetPlayerThemeByIdData) Unset ¶
func (v *NullableGetPlayerThemeByIdData) Unset()
type NullableGetPlayerThemeByIdResponse ¶
type NullableGetPlayerThemeByIdResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPlayerThemeByIdResponse ¶
func NewNullableGetPlayerThemeByIdResponse(val *GetPlayerThemeByIdResponse) *NullableGetPlayerThemeByIdResponse
func (NullableGetPlayerThemeByIdResponse) Get ¶
func (v NullableGetPlayerThemeByIdResponse) Get() *GetPlayerThemeByIdResponse
func (NullableGetPlayerThemeByIdResponse) IsSet ¶
func (v NullableGetPlayerThemeByIdResponse) IsSet() bool
func (*NullableGetPlayerThemeByIdResponse) Set ¶
func (v *NullableGetPlayerThemeByIdResponse) Set(val *GetPlayerThemeByIdResponse)
func (*NullableGetPlayerThemeByIdResponse) Unset ¶
func (v *NullableGetPlayerThemeByIdResponse) Unset()
type NullableGetPlayerThemeData ¶
type NullableGetPlayerThemeData struct {
// contains filtered or unexported fields
}
func NewNullableGetPlayerThemeData ¶
func NewNullableGetPlayerThemeData(val *GetPlayerThemeData) *NullableGetPlayerThemeData
func (NullableGetPlayerThemeData) Get ¶
func (v NullableGetPlayerThemeData) Get() *GetPlayerThemeData
func (NullableGetPlayerThemeData) IsSet ¶
func (v NullableGetPlayerThemeData) IsSet() bool
func (*NullableGetPlayerThemeData) Set ¶
func (v *NullableGetPlayerThemeData) Set(val *GetPlayerThemeData)
func (*NullableGetPlayerThemeData) Unset ¶
func (v *NullableGetPlayerThemeData) Unset()
type NullableGetPlayerThemeResponse ¶
type NullableGetPlayerThemeResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPlayerThemeResponse ¶
func NewNullableGetPlayerThemeResponse(val *GetPlayerThemeResponse) *NullableGetPlayerThemeResponse
func (NullableGetPlayerThemeResponse) Get ¶
func (v NullableGetPlayerThemeResponse) Get() *GetPlayerThemeResponse
func (NullableGetPlayerThemeResponse) IsSet ¶
func (v NullableGetPlayerThemeResponse) IsSet() bool
func (*NullableGetPlayerThemeResponse) Set ¶
func (v *NullableGetPlayerThemeResponse) Set(val *GetPlayerThemeResponse)
func (*NullableGetPlayerThemeResponse) Unset ¶
func (v *NullableGetPlayerThemeResponse) Unset()
type NullableGetPlaylistByIdData ¶
type NullableGetPlaylistByIdData struct {
// contains filtered or unexported fields
}
func NewNullableGetPlaylistByIdData ¶
func NewNullableGetPlaylistByIdData(val *GetPlaylistByIdData) *NullableGetPlaylistByIdData
func (NullableGetPlaylistByIdData) Get ¶
func (v NullableGetPlaylistByIdData) Get() *GetPlaylistByIdData
func (NullableGetPlaylistByIdData) IsSet ¶
func (v NullableGetPlaylistByIdData) IsSet() bool
func (*NullableGetPlaylistByIdData) Set ¶
func (v *NullableGetPlaylistByIdData) Set(val *GetPlaylistByIdData)
func (*NullableGetPlaylistByIdData) Unset ¶
func (v *NullableGetPlaylistByIdData) Unset()
type NullableGetPlaylistByIdResponse ¶
type NullableGetPlaylistByIdResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPlaylistByIdResponse ¶
func NewNullableGetPlaylistByIdResponse(val *GetPlaylistByIdResponse) *NullableGetPlaylistByIdResponse
func (NullableGetPlaylistByIdResponse) Get ¶
func (v NullableGetPlaylistByIdResponse) Get() *GetPlaylistByIdResponse
func (NullableGetPlaylistByIdResponse) IsSet ¶
func (v NullableGetPlaylistByIdResponse) IsSet() bool
func (*NullableGetPlaylistByIdResponse) Set ¶
func (v *NullableGetPlaylistByIdResponse) Set(val *GetPlaylistByIdResponse)
func (*NullableGetPlaylistByIdResponse) Unset ¶
func (v *NullableGetPlaylistByIdResponse) Unset()
type NullableGetPlaylistListData ¶
type NullableGetPlaylistListData struct {
// contains filtered or unexported fields
}
func NewNullableGetPlaylistListData ¶
func NewNullableGetPlaylistListData(val *GetPlaylistListData) *NullableGetPlaylistListData
func (NullableGetPlaylistListData) Get ¶
func (v NullableGetPlaylistListData) Get() *GetPlaylistListData
func (NullableGetPlaylistListData) IsSet ¶
func (v NullableGetPlaylistListData) IsSet() bool
func (*NullableGetPlaylistListData) Set ¶
func (v *NullableGetPlaylistListData) Set(val *GetPlaylistListData)
func (*NullableGetPlaylistListData) Unset ¶
func (v *NullableGetPlaylistListData) Unset()
type NullableGetPlaylistListRequest ¶
type NullableGetPlaylistListRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetPlaylistListRequest ¶
func NewNullableGetPlaylistListRequest(val *GetPlaylistListRequest) *NullableGetPlaylistListRequest
func (NullableGetPlaylistListRequest) Get ¶
func (v NullableGetPlaylistListRequest) Get() *GetPlaylistListRequest
func (NullableGetPlaylistListRequest) IsSet ¶
func (v NullableGetPlaylistListRequest) IsSet() bool
func (*NullableGetPlaylistListRequest) Set ¶
func (v *NullableGetPlaylistListRequest) Set(val *GetPlaylistListRequest)
func (*NullableGetPlaylistListRequest) Unset ¶
func (v *NullableGetPlaylistListRequest) Unset()
type NullableGetPlaylistListResponse ¶
type NullableGetPlaylistListResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPlaylistListResponse ¶
func NewNullableGetPlaylistListResponse(val *GetPlaylistListResponse) *NullableGetPlaylistListResponse
func (NullableGetPlaylistListResponse) Get ¶
func (v NullableGetPlaylistListResponse) Get() *GetPlaylistListResponse
func (NullableGetPlaylistListResponse) IsSet ¶
func (v NullableGetPlaylistListResponse) IsSet() bool
func (*NullableGetPlaylistListResponse) Set ¶
func (v *NullableGetPlaylistListResponse) Set(val *GetPlaylistListResponse)
func (*NullableGetPlaylistListResponse) Unset ¶
func (v *NullableGetPlaylistListResponse) Unset()
type NullableGetTranscodeCostData ¶
type NullableGetTranscodeCostData struct {
// contains filtered or unexported fields
}
func NewNullableGetTranscodeCostData ¶
func NewNullableGetTranscodeCostData(val *GetTranscodeCostData) *NullableGetTranscodeCostData
func (NullableGetTranscodeCostData) Get ¶
func (v NullableGetTranscodeCostData) Get() *GetTranscodeCostData
func (NullableGetTranscodeCostData) IsSet ¶
func (v NullableGetTranscodeCostData) IsSet() bool
func (*NullableGetTranscodeCostData) Set ¶
func (v *NullableGetTranscodeCostData) Set(val *GetTranscodeCostData)
func (*NullableGetTranscodeCostData) Unset ¶
func (v *NullableGetTranscodeCostData) Unset()
type NullableGetTranscodeCostResponse ¶
type NullableGetTranscodeCostResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetTranscodeCostResponse ¶
func NewNullableGetTranscodeCostResponse(val *GetTranscodeCostResponse) *NullableGetTranscodeCostResponse
func (NullableGetTranscodeCostResponse) Get ¶
func (v NullableGetTranscodeCostResponse) Get() *GetTranscodeCostResponse
func (NullableGetTranscodeCostResponse) IsSet ¶
func (v NullableGetTranscodeCostResponse) IsSet() bool
func (*NullableGetTranscodeCostResponse) Set ¶
func (v *NullableGetTranscodeCostResponse) Set(val *GetTranscodeCostResponse)
func (*NullableGetTranscodeCostResponse) Unset ¶
func (v *NullableGetTranscodeCostResponse) Unset()
type NullableGetUserWebhookData ¶
type NullableGetUserWebhookData struct {
// contains filtered or unexported fields
}
func NewNullableGetUserWebhookData ¶
func NewNullableGetUserWebhookData(val *GetUserWebhookData) *NullableGetUserWebhookData
func (NullableGetUserWebhookData) Get ¶
func (v NullableGetUserWebhookData) Get() *GetUserWebhookData
func (NullableGetUserWebhookData) IsSet ¶
func (v NullableGetUserWebhookData) IsSet() bool
func (*NullableGetUserWebhookData) Set ¶
func (v *NullableGetUserWebhookData) Set(val *GetUserWebhookData)
func (*NullableGetUserWebhookData) Unset ¶
func (v *NullableGetUserWebhookData) Unset()
type NullableGetUserWebhookResponse ¶
type NullableGetUserWebhookResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetUserWebhookResponse ¶
func NewNullableGetUserWebhookResponse(val *GetUserWebhookResponse) *NullableGetUserWebhookResponse
func (NullableGetUserWebhookResponse) Get ¶
func (v NullableGetUserWebhookResponse) Get() *GetUserWebhookResponse
func (NullableGetUserWebhookResponse) IsSet ¶
func (v NullableGetUserWebhookResponse) IsSet() bool
func (*NullableGetUserWebhookResponse) Set ¶
func (v *NullableGetUserWebhookResponse) Set(val *GetUserWebhookResponse)
func (*NullableGetUserWebhookResponse) Unset ¶
func (v *NullableGetUserWebhookResponse) Unset()
type NullableGetVideoCaptionsData ¶
type NullableGetVideoCaptionsData struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoCaptionsData ¶
func NewNullableGetVideoCaptionsData(val *GetVideoCaptionsData) *NullableGetVideoCaptionsData
func (NullableGetVideoCaptionsData) Get ¶
func (v NullableGetVideoCaptionsData) Get() *GetVideoCaptionsData
func (NullableGetVideoCaptionsData) IsSet ¶
func (v NullableGetVideoCaptionsData) IsSet() bool
func (*NullableGetVideoCaptionsData) Set ¶
func (v *NullableGetVideoCaptionsData) Set(val *GetVideoCaptionsData)
func (*NullableGetVideoCaptionsData) Unset ¶
func (v *NullableGetVideoCaptionsData) Unset()
type NullableGetVideoCaptionsResponse ¶
type NullableGetVideoCaptionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoCaptionsResponse ¶
func NewNullableGetVideoCaptionsResponse(val *GetVideoCaptionsResponse) *NullableGetVideoCaptionsResponse
func (NullableGetVideoCaptionsResponse) Get ¶
func (v NullableGetVideoCaptionsResponse) Get() *GetVideoCaptionsResponse
func (NullableGetVideoCaptionsResponse) IsSet ¶
func (v NullableGetVideoCaptionsResponse) IsSet() bool
func (*NullableGetVideoCaptionsResponse) Set ¶
func (v *NullableGetVideoCaptionsResponse) Set(val *GetVideoCaptionsResponse)
func (*NullableGetVideoCaptionsResponse) Unset ¶
func (v *NullableGetVideoCaptionsResponse) Unset()
type NullableGetVideoChaptersData ¶
type NullableGetVideoChaptersData struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoChaptersData ¶
func NewNullableGetVideoChaptersData(val *GetVideoChaptersData) *NullableGetVideoChaptersData
func (NullableGetVideoChaptersData) Get ¶
func (v NullableGetVideoChaptersData) Get() *GetVideoChaptersData
func (NullableGetVideoChaptersData) IsSet ¶
func (v NullableGetVideoChaptersData) IsSet() bool
func (*NullableGetVideoChaptersData) Set ¶
func (v *NullableGetVideoChaptersData) Set(val *GetVideoChaptersData)
func (*NullableGetVideoChaptersData) Unset ¶
func (v *NullableGetVideoChaptersData) Unset()
type NullableGetVideoChaptersResponse ¶
type NullableGetVideoChaptersResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoChaptersResponse ¶
func NewNullableGetVideoChaptersResponse(val *GetVideoChaptersResponse) *NullableGetVideoChaptersResponse
func (NullableGetVideoChaptersResponse) Get ¶
func (v NullableGetVideoChaptersResponse) Get() *GetVideoChaptersResponse
func (NullableGetVideoChaptersResponse) IsSet ¶
func (v NullableGetVideoChaptersResponse) IsSet() bool
func (*NullableGetVideoChaptersResponse) Set ¶
func (v *NullableGetVideoChaptersResponse) Set(val *GetVideoChaptersResponse)
func (*NullableGetVideoChaptersResponse) Unset ¶
func (v *NullableGetVideoChaptersResponse) Unset()
type NullableGetVideoDetailResponse ¶
type NullableGetVideoDetailResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoDetailResponse ¶
func NewNullableGetVideoDetailResponse(val *GetVideoDetailResponse) *NullableGetVideoDetailResponse
func (NullableGetVideoDetailResponse) Get ¶
func (v NullableGetVideoDetailResponse) Get() *GetVideoDetailResponse
func (NullableGetVideoDetailResponse) IsSet ¶
func (v NullableGetVideoDetailResponse) IsSet() bool
func (*NullableGetVideoDetailResponse) Set ¶
func (v *NullableGetVideoDetailResponse) Set(val *GetVideoDetailResponse)
func (*NullableGetVideoDetailResponse) Unset ¶
func (v *NullableGetVideoDetailResponse) Unset()
type NullableGetVideoListData ¶
type NullableGetVideoListData struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoListData ¶
func NewNullableGetVideoListData(val *GetVideoListData) *NullableGetVideoListData
func (NullableGetVideoListData) Get ¶
func (v NullableGetVideoListData) Get() *GetVideoListData
func (NullableGetVideoListData) IsSet ¶
func (v NullableGetVideoListData) IsSet() bool
func (*NullableGetVideoListData) Set ¶
func (v *NullableGetVideoListData) Set(val *GetVideoListData)
func (*NullableGetVideoListData) Unset ¶
func (v *NullableGetVideoListData) Unset()
type NullableGetVideoListRequest ¶
type NullableGetVideoListRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoListRequest ¶
func NewNullableGetVideoListRequest(val *GetVideoListRequest) *NullableGetVideoListRequest
func (NullableGetVideoListRequest) Get ¶
func (v NullableGetVideoListRequest) Get() *GetVideoListRequest
func (NullableGetVideoListRequest) IsSet ¶
func (v NullableGetVideoListRequest) IsSet() bool
func (*NullableGetVideoListRequest) Set ¶
func (v *NullableGetVideoListRequest) Set(val *GetVideoListRequest)
func (*NullableGetVideoListRequest) Unset ¶
func (v *NullableGetVideoListRequest) Unset()
type NullableGetVideoListResponse ¶
type NullableGetVideoListResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoListResponse ¶
func NewNullableGetVideoListResponse(val *GetVideoListResponse) *NullableGetVideoListResponse
func (NullableGetVideoListResponse) Get ¶
func (v NullableGetVideoListResponse) Get() *GetVideoListResponse
func (NullableGetVideoListResponse) IsSet ¶
func (v NullableGetVideoListResponse) IsSet() bool
func (*NullableGetVideoListResponse) Set ¶
func (v *NullableGetVideoListResponse) Set(val *GetVideoListResponse)
func (*NullableGetVideoListResponse) Unset ¶
func (v *NullableGetVideoListResponse) Unset()
type NullableGetVideoPlayerInfoResponse ¶
type NullableGetVideoPlayerInfoResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetVideoPlayerInfoResponse ¶
func NewNullableGetVideoPlayerInfoResponse(val *GetVideoPlayerInfoResponse) *NullableGetVideoPlayerInfoResponse
func (NullableGetVideoPlayerInfoResponse) Get ¶
func (v NullableGetVideoPlayerInfoResponse) Get() *GetVideoPlayerInfoResponse
func (NullableGetVideoPlayerInfoResponse) IsSet ¶
func (v NullableGetVideoPlayerInfoResponse) IsSet() bool
func (*NullableGetVideoPlayerInfoResponse) Set ¶
func (v *NullableGetVideoPlayerInfoResponse) Set(val *GetVideoPlayerInfoResponse)
func (*NullableGetVideoPlayerInfoResponse) Unset ¶
func (v *NullableGetVideoPlayerInfoResponse) Unset()
type NullableGetWebhooksListData ¶
type NullableGetWebhooksListData struct {
// contains filtered or unexported fields
}
func NewNullableGetWebhooksListData ¶
func NewNullableGetWebhooksListData(val *GetWebhooksListData) *NullableGetWebhooksListData
func (NullableGetWebhooksListData) Get ¶
func (v NullableGetWebhooksListData) Get() *GetWebhooksListData
func (NullableGetWebhooksListData) IsSet ¶
func (v NullableGetWebhooksListData) IsSet() bool
func (*NullableGetWebhooksListData) Set ¶
func (v *NullableGetWebhooksListData) Set(val *GetWebhooksListData)
func (*NullableGetWebhooksListData) Unset ¶
func (v *NullableGetWebhooksListData) Unset()
type NullableGetWebhooksListResponse ¶
type NullableGetWebhooksListResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetWebhooksListResponse ¶
func NewNullableGetWebhooksListResponse(val *GetWebhooksListResponse) *NullableGetWebhooksListResponse
func (NullableGetWebhooksListResponse) Get ¶
func (v NullableGetWebhooksListResponse) Get() *GetWebhooksListResponse
func (NullableGetWebhooksListResponse) IsSet ¶
func (v NullableGetWebhooksListResponse) IsSet() bool
func (*NullableGetWebhooksListResponse) Set ¶
func (v *NullableGetWebhooksListResponse) Set(val *GetWebhooksListResponse)
func (*NullableGetWebhooksListResponse) Unset ¶
func (v *NullableGetWebhooksListResponse) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func PtrNullableInt32 ¶
func PtrNullableInt32(v int32) *NullableInt32
PtrNullableInt32 is a helper routine that returns a pointer to given NullableInt32 value.
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableMedia ¶ added in v1.0.10
type NullableMedia struct {
// contains filtered or unexported fields
}
func NewNullableMedia ¶ added in v1.0.10
func NewNullableMedia(val *Media) *NullableMedia
func (NullableMedia) Get ¶ added in v1.0.10
func (v NullableMedia) Get() *Media
func (NullableMedia) IsSet ¶ added in v1.0.10
func (v NullableMedia) IsSet() bool
func (*NullableMedia) Set ¶ added in v1.0.10
func (v *NullableMedia) Set(val *Media)
func (*NullableMedia) Unset ¶ added in v1.0.10
func (v *NullableMedia) Unset()
type NullableMetadata ¶
type NullableMetadata struct {
// contains filtered or unexported fields
}
func NewNullableMetadata ¶
func NewNullableMetadata(val *Metadata) *NullableMetadata
func (NullableMetadata) Get ¶
func (v NullableMetadata) Get() *Metadata
func (NullableMetadata) IsSet ¶
func (v NullableMetadata) IsSet() bool
func (*NullableMetadata) Set ¶
func (v *NullableMetadata) Set(val *Metadata)
func (*NullableMetadata) Unset ¶
func (v *NullableMetadata) Unset()
type NullableMoveVideoInPlaylistRequest ¶
type NullableMoveVideoInPlaylistRequest struct {
// contains filtered or unexported fields
}
func NewNullableMoveVideoInPlaylistRequest ¶
func NewNullableMoveVideoInPlaylistRequest(val *MoveVideoInPlaylistRequest) *NullableMoveVideoInPlaylistRequest
func (NullableMoveVideoInPlaylistRequest) Get ¶
func (v NullableMoveVideoInPlaylistRequest) Get() *MoveVideoInPlaylistRequest
func (NullableMoveVideoInPlaylistRequest) IsSet ¶
func (v NullableMoveVideoInPlaylistRequest) IsSet() bool
func (*NullableMoveVideoInPlaylistRequest) Set ¶
func (v *NullableMoveVideoInPlaylistRequest) Set(val *MoveVideoInPlaylistRequest)
func (*NullableMoveVideoInPlaylistRequest) Unset ¶
func (v *NullableMoveVideoInPlaylistRequest) Unset()
type NullablePlayerTheme ¶
type NullablePlayerTheme struct {
// contains filtered or unexported fields
}
func NewNullablePlayerTheme ¶
func NewNullablePlayerTheme(val *PlayerTheme) *NullablePlayerTheme
func (NullablePlayerTheme) Get ¶
func (v NullablePlayerTheme) Get() *PlayerTheme
func (NullablePlayerTheme) IsSet ¶
func (v NullablePlayerTheme) IsSet() bool
func (*NullablePlayerTheme) Set ¶
func (v *NullablePlayerTheme) Set(val *PlayerTheme)
func (*NullablePlayerTheme) Unset ¶
func (v *NullablePlayerTheme) Unset()
type NullablePlaylist ¶
type NullablePlaylist struct {
// contains filtered or unexported fields
}
func NewNullablePlaylist ¶
func NewNullablePlaylist(val *Playlist) *NullablePlaylist
func (NullablePlaylist) Get ¶
func (v NullablePlaylist) Get() *Playlist
func (NullablePlaylist) IsSet ¶
func (v NullablePlaylist) IsSet() bool
func (*NullablePlaylist) Set ¶
func (v *NullablePlaylist) Set(val *Playlist)
func (*NullablePlaylist) Unset ¶
func (v *NullablePlaylist) Unset()
type NullablePlaylistItem ¶
type NullablePlaylistItem struct {
// contains filtered or unexported fields
}
func NewNullablePlaylistItem ¶
func NewNullablePlaylistItem(val *PlaylistItem) *NullablePlaylistItem
func (NullablePlaylistItem) Get ¶
func (v NullablePlaylistItem) Get() *PlaylistItem
func (NullablePlaylistItem) IsSet ¶
func (v NullablePlaylistItem) IsSet() bool
func (*NullablePlaylistItem) Set ¶
func (v *NullablePlaylistItem) Set(val *PlaylistItem)
func (*NullablePlaylistItem) Unset ¶
func (v *NullablePlaylistItem) Unset()
type NullablePlaylistItemMedia ¶ added in v1.0.10
type NullablePlaylistItemMedia struct {
// contains filtered or unexported fields
}
func NewNullablePlaylistItemMedia ¶ added in v1.0.10
func NewNullablePlaylistItemMedia(val *PlaylistItemMedia) *NullablePlaylistItemMedia
func (NullablePlaylistItemMedia) Get ¶ added in v1.0.10
func (v NullablePlaylistItemMedia) Get() *PlaylistItemMedia
func (NullablePlaylistItemMedia) IsSet ¶ added in v1.0.10
func (v NullablePlaylistItemMedia) IsSet() bool
func (*NullablePlaylistItemMedia) Set ¶ added in v1.0.10
func (v *NullablePlaylistItemMedia) Set(val *PlaylistItemMedia)
func (*NullablePlaylistItemMedia) Unset ¶ added in v1.0.10
func (v *NullablePlaylistItemMedia) Unset()
type NullablePublicPlaylistObject ¶
type NullablePublicPlaylistObject struct {
// contains filtered or unexported fields
}
func NewNullablePublicPlaylistObject ¶
func NewNullablePublicPlaylistObject(val *PublicPlaylistObject) *NullablePublicPlaylistObject
func (NullablePublicPlaylistObject) Get ¶
func (v NullablePublicPlaylistObject) Get() *PublicPlaylistObject
func (NullablePublicPlaylistObject) IsSet ¶
func (v NullablePublicPlaylistObject) IsSet() bool
func (*NullablePublicPlaylistObject) Set ¶
func (v *NullablePublicPlaylistObject) Set(val *PublicPlaylistObject)
func (*NullablePublicPlaylistObject) Unset ¶
func (v *NullablePublicPlaylistObject) Unset()
type NullableQualityConfig ¶ added in v1.0.10
type NullableQualityConfig struct {
// contains filtered or unexported fields
}
func NewNullableQualityConfig ¶ added in v1.0.10
func NewNullableQualityConfig(val *QualityConfig) *NullableQualityConfig
func (NullableQualityConfig) Get ¶ added in v1.0.10
func (v NullableQualityConfig) Get() *QualityConfig
func (NullableQualityConfig) IsSet ¶ added in v1.0.10
func (v NullableQualityConfig) IsSet() bool
func (*NullableQualityConfig) Set ¶ added in v1.0.10
func (v *NullableQualityConfig) Set(val *QualityConfig)
func (*NullableQualityConfig) Unset ¶ added in v1.0.10
func (v *NullableQualityConfig) Unset()
type NullableQualityObject ¶
type NullableQualityObject struct {
// contains filtered or unexported fields
}
func NewNullableQualityObject ¶
func NewNullableQualityObject(val *QualityObject) *NullableQualityObject
func (NullableQualityObject) Get ¶
func (v NullableQualityObject) Get() *QualityObject
func (NullableQualityObject) IsSet ¶
func (v NullableQualityObject) IsSet() bool
func (*NullableQualityObject) Set ¶
func (v *NullableQualityObject) Set(val *QualityObject)
func (*NullableQualityObject) Unset ¶
func (v *NullableQualityObject) Unset()
type NullableRemovePlayerThemesFromMediaRequest ¶ added in v1.0.11
type NullableRemovePlayerThemesFromMediaRequest struct {
// contains filtered or unexported fields
}
func NewNullableRemovePlayerThemesFromMediaRequest ¶ added in v1.0.11
func NewNullableRemovePlayerThemesFromMediaRequest(val *RemovePlayerThemesFromMediaRequest) *NullableRemovePlayerThemesFromMediaRequest
func (NullableRemovePlayerThemesFromMediaRequest) IsSet ¶ added in v1.0.11
func (v NullableRemovePlayerThemesFromMediaRequest) IsSet() bool
func (*NullableRemovePlayerThemesFromMediaRequest) Set ¶ added in v1.0.11
func (v *NullableRemovePlayerThemesFromMediaRequest) Set(val *RemovePlayerThemesFromMediaRequest)
func (*NullableRemovePlayerThemesFromMediaRequest) Unset ¶ added in v1.0.11
func (v *NullableRemovePlayerThemesFromMediaRequest) Unset()
type NullableRenameAPIKeyRequest ¶
type NullableRenameAPIKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableRenameAPIKeyRequest ¶
func NewNullableRenameAPIKeyRequest(val *RenameAPIKeyRequest) *NullableRenameAPIKeyRequest
func (NullableRenameAPIKeyRequest) Get ¶
func (v NullableRenameAPIKeyRequest) Get() *RenameAPIKeyRequest
func (NullableRenameAPIKeyRequest) IsSet ¶
func (v NullableRenameAPIKeyRequest) IsSet() bool
func (*NullableRenameAPIKeyRequest) Set ¶
func (v *NullableRenameAPIKeyRequest) Set(val *RenameAPIKeyRequest)
func (*NullableRenameAPIKeyRequest) Unset ¶
func (v *NullableRenameAPIKeyRequest) Unset()
type NullableRequestCreateCaption ¶ added in v1.0.10
type NullableRequestCreateCaption struct {
// contains filtered or unexported fields
}
func NewNullableRequestCreateCaption ¶ added in v1.0.10
func NewNullableRequestCreateCaption(val *RequestCreateCaption) *NullableRequestCreateCaption
func (NullableRequestCreateCaption) Get ¶ added in v1.0.10
func (v NullableRequestCreateCaption) Get() *RequestCreateCaption
func (NullableRequestCreateCaption) IsSet ¶ added in v1.0.10
func (v NullableRequestCreateCaption) IsSet() bool
func (*NullableRequestCreateCaption) Set ¶ added in v1.0.10
func (v *NullableRequestCreateCaption) Set(val *RequestCreateCaption)
func (*NullableRequestCreateCaption) Unset ¶ added in v1.0.10
func (v *NullableRequestCreateCaption) Unset()
type NullableResponseError ¶
type NullableResponseError struct {
// contains filtered or unexported fields
}
func NewNullableResponseError ¶
func NewNullableResponseError(val *ResponseError) *NullableResponseError
func (NullableResponseError) Get ¶
func (v NullableResponseError) Get() *ResponseError
func (NullableResponseError) IsSet ¶
func (v NullableResponseError) IsSet() bool
func (*NullableResponseError) Set ¶
func (v *NullableResponseError) Set(val *ResponseError)
func (*NullableResponseError) Unset ¶
func (v *NullableResponseError) Unset()
type NullableResponseSuccess ¶
type NullableResponseSuccess struct {
// contains filtered or unexported fields
}
func NewNullableResponseSuccess ¶
func NewNullableResponseSuccess(val *ResponseSuccess) *NullableResponseSuccess
func (NullableResponseSuccess) Get ¶
func (v NullableResponseSuccess) Get() *ResponseSuccess
func (NullableResponseSuccess) IsSet ¶
func (v NullableResponseSuccess) IsSet() bool
func (*NullableResponseSuccess) Set ¶
func (v *NullableResponseSuccess) Set(val *ResponseSuccess)
func (*NullableResponseSuccess) Unset ¶
func (v *NullableResponseSuccess) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func PtrNullableString ¶
func PtrNullableString(v string) *NullableString
PtrNullableString is a helper routine that returns a pointer to given NullableString value.
func PtrNullableStringNull ¶
func PtrNullableStringNull() *NullableString
PtrNullableStringNull is a helper routine that returns a pointer to NullableString that has nil value.
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTheme ¶
type NullableTheme struct {
// contains filtered or unexported fields
}
func NewNullableTheme ¶
func NewNullableTheme(val *Theme) *NullableTheme
func (NullableTheme) Get ¶
func (v NullableTheme) Get() *Theme
func (NullableTheme) IsSet ¶
func (v NullableTheme) IsSet() bool
func (*NullableTheme) Set ¶
func (v *NullableTheme) Set(val *Theme)
func (*NullableTheme) Unset ¶
func (v *NullableTheme) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUpdatePlayerThemeRequest ¶
type NullableUpdatePlayerThemeRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePlayerThemeRequest ¶
func NewNullableUpdatePlayerThemeRequest(val *UpdatePlayerThemeRequest) *NullableUpdatePlayerThemeRequest
func (NullableUpdatePlayerThemeRequest) Get ¶
func (v NullableUpdatePlayerThemeRequest) Get() *UpdatePlayerThemeRequest
func (NullableUpdatePlayerThemeRequest) IsSet ¶
func (v NullableUpdatePlayerThemeRequest) IsSet() bool
func (*NullableUpdatePlayerThemeRequest) Set ¶
func (v *NullableUpdatePlayerThemeRequest) Set(val *UpdatePlayerThemeRequest)
func (*NullableUpdatePlayerThemeRequest) Unset ¶
func (v *NullableUpdatePlayerThemeRequest) Unset()
type NullableUpdatePlayerThemeResponse ¶
type NullableUpdatePlayerThemeResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePlayerThemeResponse ¶
func NewNullableUpdatePlayerThemeResponse(val *UpdatePlayerThemeResponse) *NullableUpdatePlayerThemeResponse
func (NullableUpdatePlayerThemeResponse) Get ¶
func (v NullableUpdatePlayerThemeResponse) Get() *UpdatePlayerThemeResponse
func (NullableUpdatePlayerThemeResponse) IsSet ¶
func (v NullableUpdatePlayerThemeResponse) IsSet() bool
func (*NullableUpdatePlayerThemeResponse) Set ¶
func (v *NullableUpdatePlayerThemeResponse) Set(val *UpdatePlayerThemeResponse)
func (*NullableUpdatePlayerThemeResponse) Unset ¶
func (v *NullableUpdatePlayerThemeResponse) Unset()
type NullableUpdateVideoInfoRequest ¶
type NullableUpdateVideoInfoRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateVideoInfoRequest ¶
func NewNullableUpdateVideoInfoRequest(val *UpdateVideoInfoRequest) *NullableUpdateVideoInfoRequest
func (NullableUpdateVideoInfoRequest) Get ¶
func (v NullableUpdateVideoInfoRequest) Get() *UpdateVideoInfoRequest
func (NullableUpdateVideoInfoRequest) IsSet ¶
func (v NullableUpdateVideoInfoRequest) IsSet() bool
func (*NullableUpdateVideoInfoRequest) Set ¶
func (v *NullableUpdateVideoInfoRequest) Set(val *UpdateVideoInfoRequest)
func (*NullableUpdateVideoInfoRequest) Unset ¶
func (v *NullableUpdateVideoInfoRequest) Unset()
type NullableUpdateWebhookRequest ¶
type NullableUpdateWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateWebhookRequest ¶
func NewNullableUpdateWebhookRequest(val *UpdateWebhookRequest) *NullableUpdateWebhookRequest
func (NullableUpdateWebhookRequest) Get ¶
func (v NullableUpdateWebhookRequest) Get() *UpdateWebhookRequest
func (NullableUpdateWebhookRequest) IsSet ¶
func (v NullableUpdateWebhookRequest) IsSet() bool
func (*NullableUpdateWebhookRequest) Set ¶
func (v *NullableUpdateWebhookRequest) Set(val *UpdateWebhookRequest)
func (*NullableUpdateWebhookRequest) Unset ¶
func (v *NullableUpdateWebhookRequest) Unset()
type NullableUploadLogoByIdResponse ¶
type NullableUploadLogoByIdResponse struct {
// contains filtered or unexported fields
}
func NewNullableUploadLogoByIdResponse ¶
func NewNullableUploadLogoByIdResponse(val *UploadLogoByIdResponse) *NullableUploadLogoByIdResponse
func (NullableUploadLogoByIdResponse) Get ¶
func (v NullableUploadLogoByIdResponse) Get() *UploadLogoByIdResponse
func (NullableUploadLogoByIdResponse) IsSet ¶
func (v NullableUploadLogoByIdResponse) IsSet() bool
func (*NullableUploadLogoByIdResponse) Set ¶
func (v *NullableUploadLogoByIdResponse) Set(val *UploadLogoByIdResponse)
func (*NullableUploadLogoByIdResponse) Unset ¶
func (v *NullableUploadLogoByIdResponse) Unset()
type NullableUser ¶ added in v1.0.10
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶ added in v1.0.10
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶ added in v1.0.10
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶ added in v1.0.10
func (v NullableUser) IsSet() bool
func (*NullableUser) Set ¶ added in v1.0.10
func (v *NullableUser) Set(val *User)
func (*NullableUser) Unset ¶ added in v1.0.10
func (v *NullableUser) Unset()
type NullableVideoAssets ¶
type NullableVideoAssets struct {
// contains filtered or unexported fields
}
func NewNullableVideoAssets ¶
func NewNullableVideoAssets(val *VideoAssets) *NullableVideoAssets
func (NullableVideoAssets) Get ¶
func (v NullableVideoAssets) Get() *VideoAssets
func (NullableVideoAssets) IsSet ¶
func (v NullableVideoAssets) IsSet() bool
func (*NullableVideoAssets) Set ¶
func (v *NullableVideoAssets) Set(val *VideoAssets)
func (*NullableVideoAssets) Unset ¶
func (v *NullableVideoAssets) Unset()
type NullableVideoCaption ¶
type NullableVideoCaption struct {
// contains filtered or unexported fields
}
func NewNullableVideoCaption ¶
func NewNullableVideoCaption(val *VideoCaption) *NullableVideoCaption
func (NullableVideoCaption) Get ¶
func (v NullableVideoCaption) Get() *VideoCaption
func (NullableVideoCaption) IsSet ¶
func (v NullableVideoCaption) IsSet() bool
func (*NullableVideoCaption) Set ¶
func (v *NullableVideoCaption) Set(val *VideoCaption)
func (*NullableVideoCaption) Unset ¶
func (v *NullableVideoCaption) Unset()
type NullableVideoChapter ¶
type NullableVideoChapter struct {
// contains filtered or unexported fields
}
func NewNullableVideoChapter ¶
func NewNullableVideoChapter(val *VideoChapter) *NullableVideoChapter
func (NullableVideoChapter) Get ¶
func (v NullableVideoChapter) Get() *VideoChapter
func (NullableVideoChapter) IsSet ¶
func (v NullableVideoChapter) IsSet() bool
func (*NullableVideoChapter) Set ¶
func (v *NullableVideoChapter) Set(val *VideoChapter)
func (*NullableVideoChapter) Unset ¶
func (v *NullableVideoChapter) Unset()
type NullableVideoConfig ¶ added in v1.0.10
type NullableVideoConfig struct {
// contains filtered or unexported fields
}
func NewNullableVideoConfig ¶ added in v1.0.10
func NewNullableVideoConfig(val *VideoConfig) *NullableVideoConfig
func (NullableVideoConfig) Get ¶ added in v1.0.10
func (v NullableVideoConfig) Get() *VideoConfig
func (NullableVideoConfig) IsSet ¶ added in v1.0.10
func (v NullableVideoConfig) IsSet() bool
func (*NullableVideoConfig) Set ¶ added in v1.0.10
func (v *NullableVideoConfig) Set(val *VideoConfig)
func (*NullableVideoConfig) Unset ¶ added in v1.0.10
func (v *NullableVideoConfig) Unset()
type NullableVideoWatermark ¶
type NullableVideoWatermark struct {
// contains filtered or unexported fields
}
func NewNullableVideoWatermark ¶
func NewNullableVideoWatermark(val *VideoWatermark) *NullableVideoWatermark
func (NullableVideoWatermark) Get ¶
func (v NullableVideoWatermark) Get() *VideoWatermark
func (NullableVideoWatermark) IsSet ¶
func (v NullableVideoWatermark) IsSet() bool
func (*NullableVideoWatermark) Set ¶
func (v *NullableVideoWatermark) Set(val *VideoWatermark)
func (*NullableVideoWatermark) Unset ¶
func (v *NullableVideoWatermark) Unset()
type NullableWebhook ¶
type NullableWebhook struct {
// contains filtered or unexported fields
}
func NewNullableWebhook ¶
func NewNullableWebhook(val *Webhook) *NullableWebhook
func (NullableWebhook) Get ¶
func (v NullableWebhook) Get() *Webhook
func (NullableWebhook) IsSet ¶
func (v NullableWebhook) IsSet() bool
func (*NullableWebhook) Set ¶
func (v *NullableWebhook) Set(val *Webhook)
func (*NullableWebhook) Unset ¶
func (v *NullableWebhook) Unset()
type PlayerTheme ¶
type PlayerTheme struct {
Asset *Asset `json:"asset,omitempty"`
Controls *Controls `json:"controls,omitempty"`
CreatedAt *string `json:"created_at,omitempty"`
Id *string `json:"id,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Name *string `json:"name,omitempty"`
Theme *Theme `json:"theme,omitempty"`
UserId *string `json:"user_id,omitempty"`
}
PlayerTheme struct for PlayerTheme
func NewPlayerTheme ¶
func NewPlayerTheme() *PlayerTheme
NewPlayerTheme instantiates a new PlayerTheme 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 NewPlayerThemeWithDefaults ¶
func NewPlayerThemeWithDefaults() *PlayerTheme
NewPlayerThemeWithDefaults instantiates a new PlayerTheme 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 (*PlayerTheme) GetAsset ¶
func (o *PlayerTheme) GetAsset() Asset
GetAsset returns the Asset field value if set, zero value otherwise.
func (*PlayerTheme) GetAssetOk ¶
func (o *PlayerTheme) GetAssetOk() (*Asset, bool)
GetAssetOk returns a tuple with the Asset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlayerTheme) GetControls ¶
func (o *PlayerTheme) GetControls() Controls
GetControls returns the Controls field value if set, zero value otherwise.
func (*PlayerTheme) GetControlsOk ¶
func (o *PlayerTheme) GetControlsOk() (*Controls, bool)
GetControlsOk returns a tuple with the Controls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlayerTheme) GetCreatedAt ¶
func (o *PlayerTheme) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*PlayerTheme) GetCreatedAtOk ¶
func (o *PlayerTheme) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlayerTheme) GetId ¶
func (o *PlayerTheme) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*PlayerTheme) GetIdOk ¶
func (o *PlayerTheme) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlayerTheme) GetIsDefault ¶
func (o *PlayerTheme) GetIsDefault() bool
GetIsDefault returns the IsDefault field value if set, zero value otherwise.
func (*PlayerTheme) GetIsDefaultOk ¶
func (o *PlayerTheme) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlayerTheme) GetName ¶
func (o *PlayerTheme) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PlayerTheme) GetNameOk ¶
func (o *PlayerTheme) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlayerTheme) GetTheme ¶
func (o *PlayerTheme) GetTheme() Theme
GetTheme returns the Theme field value if set, zero value otherwise.
func (*PlayerTheme) GetThemeOk ¶
func (o *PlayerTheme) GetThemeOk() (*Theme, bool)
GetThemeOk returns a tuple with the Theme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlayerTheme) GetUserId ¶
func (o *PlayerTheme) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*PlayerTheme) GetUserIdOk ¶
func (o *PlayerTheme) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlayerTheme) HasAsset ¶
func (o *PlayerTheme) HasAsset() bool
HasAsset returns a boolean if a field has been set.
func (*PlayerTheme) HasControls ¶
func (o *PlayerTheme) HasControls() bool
HasControls returns a boolean if a field has been set.
func (*PlayerTheme) HasCreatedAt ¶
func (o *PlayerTheme) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*PlayerTheme) HasId ¶
func (o *PlayerTheme) HasId() bool
HasId returns a boolean if a field has been set.
func (*PlayerTheme) HasIsDefault ¶
func (o *PlayerTheme) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (*PlayerTheme) HasName ¶
func (o *PlayerTheme) HasName() bool
HasName returns a boolean if a field has been set.
func (*PlayerTheme) HasTheme ¶
func (o *PlayerTheme) HasTheme() bool
HasTheme returns a boolean if a field has been set.
func (*PlayerTheme) HasUserId ¶
func (o *PlayerTheme) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (*PlayerTheme) SetAsset ¶
func (o *PlayerTheme) SetAsset(v Asset)
SetAsset gets a reference to the given Asset and assigns it to the Asset field.
func (*PlayerTheme) SetControls ¶
func (o *PlayerTheme) SetControls(v Controls)
SetControls gets a reference to the given Controls and assigns it to the Controls field.
func (*PlayerTheme) SetCreatedAt ¶
func (o *PlayerTheme) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*PlayerTheme) SetId ¶
func (o *PlayerTheme) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*PlayerTheme) SetIsDefault ¶
func (o *PlayerTheme) SetIsDefault(v bool)
SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.
func (*PlayerTheme) SetName ¶
func (o *PlayerTheme) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PlayerTheme) SetTheme ¶
func (o *PlayerTheme) SetTheme(v Theme)
SetTheme gets a reference to the given Theme and assigns it to the Theme field.
func (*PlayerTheme) SetUserId ¶
func (o *PlayerTheme) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
type PlayersApiListRequest ¶
type PlayersApiListRequest struct {
// contains filtered or unexported fields
}
func (PlayersApiListRequest) Limit ¶
func (r PlayersApiListRequest) Limit(limit int32) PlayersApiListRequest
func (PlayersApiListRequest) Offset ¶
func (r PlayersApiListRequest) Offset(offset int32) PlayersApiListRequest
func (PlayersApiListRequest) OrderBy ¶
func (r PlayersApiListRequest) OrderBy(orderBy string) PlayersApiListRequest
func (PlayersApiListRequest) Search ¶
func (r PlayersApiListRequest) Search(search string) PlayersApiListRequest
func (PlayersApiListRequest) SortBy ¶
func (r PlayersApiListRequest) SortBy(sortBy string) PlayersApiListRequest
type PlayersService ¶
type PlayersService struct {
// contains filtered or unexported fields
}
PlayersService communicating with the Players endpoints of the AIOZ Stream API
func (*PlayersService) AddPlayer ¶
func (s *PlayersService) AddPlayer(request AddPlayerThemesToVideoRequest) (*ResponseSuccess, error)
func (*PlayersService) AddPlayerWithContext ¶
func (s *PlayersService) AddPlayerWithContext(ctx context.Context, request AddPlayerThemesToVideoRequest) (*ResponseSuccess, error)
func (*PlayersService) Create ¶
func (s *PlayersService) Create(request CreatePlayerThemeRequest) (*CreatePlayerThemesResponse, error)
func (*PlayersService) CreateWithContext ¶
func (s *PlayersService) CreateWithContext(ctx context.Context, request CreatePlayerThemeRequest) (*CreatePlayerThemesResponse, error)
func (*PlayersService) Delete ¶
func (s *PlayersService) Delete(id string) (*ResponseSuccess, error)
func (*PlayersService) DeleteLogo ¶
func (s *PlayersService) DeleteLogo(id string) (*ResponseSuccess, error)
func (*PlayersService) DeleteLogoWithContext ¶
func (s *PlayersService) DeleteLogoWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*PlayersService) DeleteWithContext ¶
func (s *PlayersService) DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*PlayersService) Get ¶
func (s *PlayersService) Get(id string) (*GetPlayerThemeByIdResponse, error)
func (*PlayersService) GetWithContext ¶
func (s *PlayersService) GetWithContext(ctx context.Context, id string) (*GetPlayerThemeByIdResponse, error)
func (*PlayersService) List ¶
func (s *PlayersService) List(r PlayersApiListRequest) (*GetPlayerThemeResponse, error)
func (*PlayersService) ListWithContext ¶
func (s *PlayersService) ListWithContext(ctx context.Context, r PlayersApiListRequest) (*GetPlayerThemeResponse, error)
func (*PlayersService) RemovePlayer ¶
func (s *PlayersService) RemovePlayer(request RemovePlayerThemesFromMediaRequest) (*ResponseSuccess, error)
func (*PlayersService) RemovePlayerWithContext ¶
func (s *PlayersService) RemovePlayerWithContext(ctx context.Context, request RemovePlayerThemesFromMediaRequest) (*ResponseSuccess, error)
func (*PlayersService) Update ¶
func (s *PlayersService) Update(id string, input UpdatePlayerThemeRequest) (*UpdatePlayerThemeResponse, error)
func (*PlayersService) UpdateWithContext ¶
func (s *PlayersService) UpdateWithContext(ctx context.Context, id string, input UpdatePlayerThemeRequest) (*UpdatePlayerThemeResponse, error)
func (*PlayersService) UploadLogo ¶
func (s *PlayersService) UploadLogo(id string, link string, fileName string, fileReader io.Reader) (*UploadLogoByIdResponse, error)
* UploadLogo Upload a logo for a player theme by ID * Upload a logo for a player theme by its ID.
* @param id Player theme ID * @return PlayersApiUploadLogoRequest
func (*PlayersService) UploadLogoFile ¶
func (s *PlayersService) UploadLogoFile(id string, file *os.File, link string) (*UploadLogoByIdResponse, error)
func (*PlayersService) UploadLogoFileWithContext ¶
func (s *PlayersService) UploadLogoFileWithContext(ctx context.Context, id string, file *os.File, link string) (*UploadLogoByIdResponse, error)
func (*PlayersService) UploadLogoWithContext ¶
func (s *PlayersService) UploadLogoWithContext(ctx context.Context, id string, link string, fileName string, fileReader io.Reader) (*UploadLogoByIdResponse, error)
* UploadLogo Upload a logo for a player theme by ID * Upload a logo for a player theme by its ID. * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id Player theme ID * @return PlayersApiUploadLogoRequest
type PlayersServiceI ¶
type PlayersServiceI interface {
Create(request CreatePlayerThemeRequest) (*CreatePlayerThemesResponse, error)
CreateWithContext(ctx context.Context, request CreatePlayerThemeRequest) (*CreatePlayerThemesResponse, error)
Get(id string) (*GetPlayerThemeByIdResponse, error)
GetWithContext(ctx context.Context, id string) (*GetPlayerThemeByIdResponse, error)
Update(id string, input UpdatePlayerThemeRequest) (*UpdatePlayerThemeResponse, error)
UpdateWithContext(ctx context.Context, id string, input UpdatePlayerThemeRequest) (*UpdatePlayerThemeResponse, error)
Delete(id string) (*ResponseSuccess, error)
DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
List(r PlayersApiListRequest) (*GetPlayerThemeResponse, error)
ListWithContext(ctx context.Context, r PlayersApiListRequest) (*GetPlayerThemeResponse, error)
/*
* UploadLogo Upload a logo for a player theme by ID
* @param id Player theme ID
* @return PlayersApiUploadLogoRequest
*/
UploadLogo(id string, link string, fileName string, fileReader io.Reader) (*UploadLogoByIdResponse, error)
/*
* UploadLogo Upload a logo for a player theme by ID
* @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
* @param id Player theme ID
* @return PlayersApiUploadLogoRequest
*/
UploadLogoWithContext(ctx context.Context, id string, link string, fileName string, fileReader io.Reader) (*UploadLogoByIdResponse, error)
DeleteLogo(id string) (*ResponseSuccess, error)
DeleteLogoWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
AddPlayer(request AddPlayerThemesToVideoRequest) (*ResponseSuccess, error)
AddPlayerWithContext(ctx context.Context, request AddPlayerThemesToVideoRequest) (*ResponseSuccess, error)
RemovePlayer(request RemovePlayerThemesFromMediaRequest) (*ResponseSuccess, error)
RemovePlayerWithContext(ctx context.Context, request RemovePlayerThemesFromMediaRequest) (*ResponseSuccess, error)
}
type Playlist ¶
type Playlist struct {
CreatedAt *string `json:"created_at,omitempty"`
Duration *float32 `json:"duration,omitempty"`
Id *string `json:"id,omitempty"`
Iframe *string `json:"iframe,omitempty"`
ItemCount *int32 `json:"item_count,omitempty"`
Metadata *map[string]string `json:"metadata,omitempty"`
Name *string `json:"name,omitempty"`
PlaylistUrl *string `json:"playlist_url,omitempty"`
Size *int32 `json:"size,omitempty"`
Tags *string `json:"tags,omitempty"`
ThumbnailUrl *string `json:"thumbnail_url,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
UserId *string `json:"user_id,omitempty"`
VideoItems *[]PlaylistItem `json:"video_items,omitempty"`
}
Playlist struct for Playlist
func NewPlaylist ¶
func NewPlaylist() *Playlist
NewPlaylist instantiates a new Playlist 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 NewPlaylistWithDefaults ¶
func NewPlaylistWithDefaults() *Playlist
NewPlaylistWithDefaults instantiates a new Playlist 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 (*Playlist) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Playlist) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetDuration ¶
GetDuration returns the Duration field value if set, zero value otherwise.
func (*Playlist) GetDurationOk ¶
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetIframeOk ¶
GetIframeOk returns a tuple with the Iframe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetItemCount ¶
GetItemCount returns the ItemCount field value if set, zero value otherwise.
func (*Playlist) GetItemCountOk ¶
GetItemCountOk returns a tuple with the ItemCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Playlist) GetMetadataOk ¶
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetPlaylistUrl ¶
GetPlaylistUrl returns the PlaylistUrl field value if set, zero value otherwise.
func (*Playlist) GetPlaylistUrlOk ¶
GetPlaylistUrlOk returns a tuple with the PlaylistUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetTagsOk ¶
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetThumbnailUrl ¶
GetThumbnailUrl returns the ThumbnailUrl field value if set, zero value otherwise.
func (*Playlist) GetThumbnailUrlOk ¶
GetThumbnailUrlOk returns a tuple with the ThumbnailUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Playlist) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetUserIdOk ¶
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) GetVideoItems ¶
func (o *Playlist) GetVideoItems() []PlaylistItem
GetVideoItems returns the VideoItems field value if set, zero value otherwise.
func (*Playlist) GetVideoItemsOk ¶
func (o *Playlist) GetVideoItemsOk() (*[]PlaylistItem, bool)
GetVideoItemsOk returns a tuple with the VideoItems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Playlist) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Playlist) HasDuration ¶
HasDuration returns a boolean if a field has been set.
func (*Playlist) HasItemCount ¶
HasItemCount returns a boolean if a field has been set.
func (*Playlist) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (*Playlist) HasPlaylistUrl ¶
HasPlaylistUrl returns a boolean if a field has been set.
func (*Playlist) HasThumbnailUrl ¶
HasThumbnailUrl returns a boolean if a field has been set.
func (*Playlist) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (*Playlist) HasVideoItems ¶
HasVideoItems returns a boolean if a field has been set.
func (*Playlist) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Playlist) SetDuration ¶
SetDuration gets a reference to the given float32 and assigns it to the Duration field.
func (*Playlist) SetIframe ¶
SetIframe gets a reference to the given string and assigns it to the Iframe field.
func (*Playlist) SetItemCount ¶
SetItemCount gets a reference to the given int32 and assigns it to the ItemCount field.
func (*Playlist) SetMetadata ¶
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*Playlist) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Playlist) SetPlaylistUrl ¶
SetPlaylistUrl gets a reference to the given string and assigns it to the PlaylistUrl field.
func (*Playlist) SetSize ¶
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*Playlist) SetTags ¶
SetTags gets a reference to the given string and assigns it to the Tags field.
func (*Playlist) SetThumbnailUrl ¶
SetThumbnailUrl gets a reference to the given string and assigns it to the ThumbnailUrl field.
func (*Playlist) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Playlist) SetUserId ¶
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*Playlist) SetVideoItems ¶
func (o *Playlist) SetVideoItems(v []PlaylistItem)
SetVideoItems gets a reference to the given []PlaylistItem and assigns it to the VideoItems field.
type PlaylistApiGetPlaylistByIdRequest ¶
type PlaylistApiGetPlaylistByIdRequest struct {
// contains filtered or unexported fields
}
func (PlaylistApiGetPlaylistByIdRequest) OrderBy ¶
func (r PlaylistApiGetPlaylistByIdRequest) OrderBy(orderBy string) PlaylistApiGetPlaylistByIdRequest
func (PlaylistApiGetPlaylistByIdRequest) SortBy ¶
func (r PlaylistApiGetPlaylistByIdRequest) SortBy(sortBy string) PlaylistApiGetPlaylistByIdRequest
type PlaylistItem ¶
type PlaylistItem struct {
CreatedAt *string `json:"created_at,omitempty"`
Id *string `json:"id,omitempty"`
NextId *string `json:"next_id,omitempty"`
PlaylistId *string `json:"playlist_id,omitempty"`
PreviousId *string `json:"previous_id,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
Video *PlaylistItemMedia `json:"video,omitempty"`
VideoId *string `json:"video_id,omitempty"`
}
PlaylistItem struct for PlaylistItem
func NewPlaylistItem ¶
func NewPlaylistItem() *PlaylistItem
NewPlaylistItem instantiates a new PlaylistItem 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 NewPlaylistItemWithDefaults ¶
func NewPlaylistItemWithDefaults() *PlaylistItem
NewPlaylistItemWithDefaults instantiates a new PlaylistItem 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 (*PlaylistItem) GetCreatedAt ¶
func (o *PlaylistItem) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*PlaylistItem) GetCreatedAtOk ¶
func (o *PlaylistItem) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItem) GetId ¶
func (o *PlaylistItem) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*PlaylistItem) GetIdOk ¶
func (o *PlaylistItem) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItem) GetNextId ¶
func (o *PlaylistItem) GetNextId() string
GetNextId returns the NextId field value if set, zero value otherwise.
func (*PlaylistItem) GetNextIdOk ¶
func (o *PlaylistItem) GetNextIdOk() (*string, bool)
GetNextIdOk returns a tuple with the NextId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItem) GetPlaylistId ¶
func (o *PlaylistItem) GetPlaylistId() string
GetPlaylistId returns the PlaylistId field value if set, zero value otherwise.
func (*PlaylistItem) GetPlaylistIdOk ¶
func (o *PlaylistItem) GetPlaylistIdOk() (*string, bool)
GetPlaylistIdOk returns a tuple with the PlaylistId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItem) GetPreviousId ¶
func (o *PlaylistItem) GetPreviousId() string
GetPreviousId returns the PreviousId field value if set, zero value otherwise.
func (*PlaylistItem) GetPreviousIdOk ¶
func (o *PlaylistItem) GetPreviousIdOk() (*string, bool)
GetPreviousIdOk returns a tuple with the PreviousId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItem) GetUpdatedAt ¶
func (o *PlaylistItem) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*PlaylistItem) GetUpdatedAtOk ¶
func (o *PlaylistItem) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItem) GetVideo ¶
func (o *PlaylistItem) GetVideo() PlaylistItemMedia
GetVideo returns the Video field value if set, zero value otherwise.
func (*PlaylistItem) GetVideoId ¶
func (o *PlaylistItem) GetVideoId() string
GetVideoId returns the VideoId field value if set, zero value otherwise.
func (*PlaylistItem) GetVideoIdOk ¶
func (o *PlaylistItem) GetVideoIdOk() (*string, bool)
GetVideoIdOk returns a tuple with the VideoId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItem) GetVideoOk ¶
func (o *PlaylistItem) GetVideoOk() (*PlaylistItemMedia, bool)
GetVideoOk returns a tuple with the Video field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItem) HasCreatedAt ¶
func (o *PlaylistItem) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*PlaylistItem) HasId ¶
func (o *PlaylistItem) HasId() bool
HasId returns a boolean if a field has been set.
func (*PlaylistItem) HasNextId ¶
func (o *PlaylistItem) HasNextId() bool
HasNextId returns a boolean if a field has been set.
func (*PlaylistItem) HasPlaylistId ¶
func (o *PlaylistItem) HasPlaylistId() bool
HasPlaylistId returns a boolean if a field has been set.
func (*PlaylistItem) HasPreviousId ¶
func (o *PlaylistItem) HasPreviousId() bool
HasPreviousId returns a boolean if a field has been set.
func (*PlaylistItem) HasUpdatedAt ¶
func (o *PlaylistItem) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*PlaylistItem) HasVideo ¶
func (o *PlaylistItem) HasVideo() bool
HasVideo returns a boolean if a field has been set.
func (*PlaylistItem) HasVideoId ¶
func (o *PlaylistItem) HasVideoId() bool
HasVideoId returns a boolean if a field has been set.
func (*PlaylistItem) SetCreatedAt ¶
func (o *PlaylistItem) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*PlaylistItem) SetId ¶
func (o *PlaylistItem) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*PlaylistItem) SetNextId ¶
func (o *PlaylistItem) SetNextId(v string)
SetNextId gets a reference to the given string and assigns it to the NextId field.
func (*PlaylistItem) SetPlaylistId ¶
func (o *PlaylistItem) SetPlaylistId(v string)
SetPlaylistId gets a reference to the given string and assigns it to the PlaylistId field.
func (*PlaylistItem) SetPreviousId ¶
func (o *PlaylistItem) SetPreviousId(v string)
SetPreviousId gets a reference to the given string and assigns it to the PreviousId field.
func (*PlaylistItem) SetUpdatedAt ¶
func (o *PlaylistItem) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*PlaylistItem) SetVideo ¶
func (o *PlaylistItem) SetVideo(v PlaylistItemMedia)
SetVideo gets a reference to the given PlaylistItemMedia and assigns it to the Video field.
func (*PlaylistItem) SetVideoId ¶
func (o *PlaylistItem) SetVideoId(v string)
SetVideoId gets a reference to the given string and assigns it to the VideoId field.
type PlaylistItemMedia ¶ added in v1.0.10
type PlaylistItemMedia struct {
Chapters *[]VideoChapter `json:"chapters,omitempty"`
Duration *float32 `json:"duration,omitempty"`
HlsUrl *string `json:"hls_url,omitempty"`
Qualities *string `json:"qualities,omitempty"`
ThumbnailUrl *string `json:"thumbnail_url,omitempty"`
Title *string `json:"title,omitempty"`
}
PlaylistItemMedia struct for PlaylistItemMedia
func NewPlaylistItemMedia ¶ added in v1.0.10
func NewPlaylistItemMedia() *PlaylistItemMedia
NewPlaylistItemMedia instantiates a new PlaylistItemMedia 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 NewPlaylistItemMediaWithDefaults ¶ added in v1.0.10
func NewPlaylistItemMediaWithDefaults() *PlaylistItemMedia
NewPlaylistItemMediaWithDefaults instantiates a new PlaylistItemMedia 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 (*PlaylistItemMedia) GetChapters ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetChapters() []VideoChapter
GetChapters returns the Chapters field value if set, zero value otherwise.
func (*PlaylistItemMedia) GetChaptersOk ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetChaptersOk() (*[]VideoChapter, bool)
GetChaptersOk returns a tuple with the Chapters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItemMedia) GetDuration ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetDuration() float32
GetDuration returns the Duration field value if set, zero value otherwise.
func (*PlaylistItemMedia) GetDurationOk ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetDurationOk() (*float32, bool)
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItemMedia) GetHlsUrl ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetHlsUrl() string
GetHlsUrl returns the HlsUrl field value if set, zero value otherwise.
func (*PlaylistItemMedia) GetHlsUrlOk ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetHlsUrlOk() (*string, bool)
GetHlsUrlOk returns a tuple with the HlsUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItemMedia) GetQualities ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetQualities() string
GetQualities returns the Qualities field value if set, zero value otherwise.
func (*PlaylistItemMedia) GetQualitiesOk ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetQualitiesOk() (*string, bool)
GetQualitiesOk returns a tuple with the Qualities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItemMedia) GetThumbnailUrl ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetThumbnailUrl() string
GetThumbnailUrl returns the ThumbnailUrl field value if set, zero value otherwise.
func (*PlaylistItemMedia) GetThumbnailUrlOk ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetThumbnailUrlOk() (*string, bool)
GetThumbnailUrlOk returns a tuple with the ThumbnailUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItemMedia) GetTitle ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*PlaylistItemMedia) GetTitleOk ¶ added in v1.0.10
func (o *PlaylistItemMedia) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlaylistItemMedia) HasChapters ¶ added in v1.0.10
func (o *PlaylistItemMedia) HasChapters() bool
HasChapters returns a boolean if a field has been set.
func (*PlaylistItemMedia) HasDuration ¶ added in v1.0.10
func (o *PlaylistItemMedia) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*PlaylistItemMedia) HasHlsUrl ¶ added in v1.0.10
func (o *PlaylistItemMedia) HasHlsUrl() bool
HasHlsUrl returns a boolean if a field has been set.
func (*PlaylistItemMedia) HasQualities ¶ added in v1.0.10
func (o *PlaylistItemMedia) HasQualities() bool
HasQualities returns a boolean if a field has been set.
func (*PlaylistItemMedia) HasThumbnailUrl ¶ added in v1.0.10
func (o *PlaylistItemMedia) HasThumbnailUrl() bool
HasThumbnailUrl returns a boolean if a field has been set.
func (*PlaylistItemMedia) HasTitle ¶ added in v1.0.10
func (o *PlaylistItemMedia) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*PlaylistItemMedia) SetChapters ¶ added in v1.0.10
func (o *PlaylistItemMedia) SetChapters(v []VideoChapter)
SetChapters gets a reference to the given []VideoChapter and assigns it to the Chapters field.
func (*PlaylistItemMedia) SetDuration ¶ added in v1.0.10
func (o *PlaylistItemMedia) SetDuration(v float32)
SetDuration gets a reference to the given float32 and assigns it to the Duration field.
func (*PlaylistItemMedia) SetHlsUrl ¶ added in v1.0.10
func (o *PlaylistItemMedia) SetHlsUrl(v string)
SetHlsUrl gets a reference to the given string and assigns it to the HlsUrl field.
func (*PlaylistItemMedia) SetQualities ¶ added in v1.0.10
func (o *PlaylistItemMedia) SetQualities(v string)
SetQualities gets a reference to the given string and assigns it to the Qualities field.
func (*PlaylistItemMedia) SetThumbnailUrl ¶ added in v1.0.10
func (o *PlaylistItemMedia) SetThumbnailUrl(v string)
SetThumbnailUrl gets a reference to the given string and assigns it to the ThumbnailUrl field.
func (*PlaylistItemMedia) SetTitle ¶ added in v1.0.10
func (o *PlaylistItemMedia) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
type PlaylistService ¶
type PlaylistService struct {
// contains filtered or unexported fields
}
PlaylistService communicating with the Playlist endpoints of the AIOZ Stream API
func (*PlaylistService) AddVideoToPlaylist ¶
func (s *PlaylistService) AddVideoToPlaylist(id string, payload AddVideoToPlaylistRequest) (*ResponseSuccess, error)
func (*PlaylistService) AddVideoToPlaylistWithContext ¶
func (s *PlaylistService) AddVideoToPlaylistWithContext(ctx context.Context, id string, payload AddVideoToPlaylistRequest) (*ResponseSuccess, error)
func (*PlaylistService) CreatePlaylist ¶
func (s *PlaylistService) CreatePlaylist(request CreatePlaylistRequest) (*CreatePlaylistResponse, error)
func (*PlaylistService) CreatePlaylistWithContext ¶
func (s *PlaylistService) CreatePlaylistWithContext(ctx context.Context, request CreatePlaylistRequest) (*CreatePlaylistResponse, error)
func (*PlaylistService) DeletePlaylistById ¶
func (s *PlaylistService) DeletePlaylistById(id string) (*ResponseSuccess, error)
func (*PlaylistService) DeletePlaylistByIdWithContext ¶
func (s *PlaylistService) DeletePlaylistByIdWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*PlaylistService) DeletePlaylistThumbnail ¶
func (s *PlaylistService) DeletePlaylistThumbnail(id string) (*ResponseSuccess, error)
func (*PlaylistService) DeletePlaylistThumbnailWithContext ¶
func (s *PlaylistService) DeletePlaylistThumbnailWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*PlaylistService) GetPlaylistById ¶
func (s *PlaylistService) GetPlaylistById(id string, r PlaylistApiGetPlaylistByIdRequest) (*GetPlaylistByIdResponse, error)
func (*PlaylistService) GetPlaylistByIdWithContext ¶
func (s *PlaylistService) GetPlaylistByIdWithContext(ctx context.Context, id string, r PlaylistApiGetPlaylistByIdRequest) (*GetPlaylistByIdResponse, error)
func (*PlaylistService) GetPlaylistPublicInfo ¶
func (s *PlaylistService) GetPlaylistPublicInfo(id string) (*PublicPlaylistObject, error)
func (*PlaylistService) GetPlaylistPublicInfoWithContext ¶
func (s *PlaylistService) GetPlaylistPublicInfoWithContext(ctx context.Context, id string) (*PublicPlaylistObject, error)
func (*PlaylistService) GetPlaylists ¶
func (s *PlaylistService) GetPlaylists(request GetPlaylistListRequest) (*GetPlaylistListResponse, error)
func (*PlaylistService) GetPlaylistsWithContext ¶
func (s *PlaylistService) GetPlaylistsWithContext(ctx context.Context, request GetPlaylistListRequest) (*GetPlaylistListResponse, error)
func (*PlaylistService) MoveVideoInPlaylist ¶
func (s *PlaylistService) MoveVideoInPlaylist(id string, payload MoveVideoInPlaylistRequest) (*ResponseSuccess, error)
func (*PlaylistService) MoveVideoInPlaylistWithContext ¶
func (s *PlaylistService) MoveVideoInPlaylistWithContext(ctx context.Context, id string, payload MoveVideoInPlaylistRequest) (*ResponseSuccess, error)
func (*PlaylistService) RemoveVideoFromPlaylist ¶
func (s *PlaylistService) RemoveVideoFromPlaylist(id string, itemId string) (*ResponseSuccess, error)
func (*PlaylistService) RemoveVideoFromPlaylistWithContext ¶
func (s *PlaylistService) RemoveVideoFromPlaylistWithContext(ctx context.Context, id string, itemId string) (*ResponseSuccess, error)
func (*PlaylistService) UpdatePlaylist ¶
func (s *PlaylistService) UpdatePlaylist(id string, metadata *[]Metadata, name *string, tags *[]string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
* UpdatePlaylist Update a playlist * Update a specific playlist for the authenticated user
* @param id Playlist ID * @return PlaylistApiUpdatePlaylistRequest
func (*PlaylistService) UpdatePlaylistFile ¶
func (s *PlaylistService) UpdatePlaylistFile(id string, file *os.File, metadata *[]Metadata, name *string, tags *[]string) (*ResponseSuccess, error)
func (*PlaylistService) UpdatePlaylistFileWithContext ¶
func (*PlaylistService) UpdatePlaylistWithContext ¶
func (s *PlaylistService) UpdatePlaylistWithContext(ctx context.Context, id string, metadata *[]Metadata, name *string, tags *[]string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
* UpdatePlaylist Update a playlist * Update a specific playlist for the authenticated user * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id Playlist ID * @return PlaylistApiUpdatePlaylistRequest
type PlaylistServiceI ¶
type PlaylistServiceI interface {
AddVideoToPlaylist(id string, payload AddVideoToPlaylistRequest) (*ResponseSuccess, error)
AddVideoToPlaylistWithContext(ctx context.Context, id string, payload AddVideoToPlaylistRequest) (*ResponseSuccess, error)
CreatePlaylist(request CreatePlaylistRequest) (*CreatePlaylistResponse, error)
CreatePlaylistWithContext(ctx context.Context, request CreatePlaylistRequest) (*CreatePlaylistResponse, error)
DeletePlaylistById(id string) (*ResponseSuccess, error)
DeletePlaylistByIdWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
DeletePlaylistThumbnail(id string) (*ResponseSuccess, error)
DeletePlaylistThumbnailWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
GetPlaylistById(id string, r PlaylistApiGetPlaylistByIdRequest) (*GetPlaylistByIdResponse, error)
GetPlaylistByIdWithContext(ctx context.Context, id string, r PlaylistApiGetPlaylistByIdRequest) (*GetPlaylistByIdResponse, error)
GetPlaylistPublicInfo(id string) (*PublicPlaylistObject, error)
GetPlaylistPublicInfoWithContext(ctx context.Context, id string) (*PublicPlaylistObject, error)
GetPlaylists(request GetPlaylistListRequest) (*GetPlaylistListResponse, error)
GetPlaylistsWithContext(ctx context.Context, request GetPlaylistListRequest) (*GetPlaylistListResponse, error)
MoveVideoInPlaylist(id string, payload MoveVideoInPlaylistRequest) (*ResponseSuccess, error)
MoveVideoInPlaylistWithContext(ctx context.Context, id string, payload MoveVideoInPlaylistRequest) (*ResponseSuccess, error)
RemoveVideoFromPlaylist(id string, itemId string) (*ResponseSuccess, error)
RemoveVideoFromPlaylistWithContext(ctx context.Context, id string, itemId string) (*ResponseSuccess, error)
/*
* UpdatePlaylist Update a playlist
* @param id Playlist ID
* @return PlaylistApiUpdatePlaylistRequest
*/
UpdatePlaylist(id string, metadata *[]Metadata, name *string, tags *[]string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
/*
* UpdatePlaylist Update a playlist
* @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
* @param id Playlist ID
* @return PlaylistApiUpdatePlaylistRequest
*/
UpdatePlaylistWithContext(ctx context.Context, id string, metadata *[]Metadata, name *string, tags *[]string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
}
type PublicPlaylistObject ¶
type PublicPlaylistObject struct {
PlayerTheme *PlayerTheme `json:"player_theme,omitempty"`
Playlist *Playlist `json:"playlist,omitempty"`
}
PublicPlaylistObject struct for PublicPlaylistObject
func NewPublicPlaylistObject ¶
func NewPublicPlaylistObject() *PublicPlaylistObject
NewPublicPlaylistObject instantiates a new PublicPlaylistObject 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 NewPublicPlaylistObjectWithDefaults ¶
func NewPublicPlaylistObjectWithDefaults() *PublicPlaylistObject
NewPublicPlaylistObjectWithDefaults instantiates a new PublicPlaylistObject 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 (*PublicPlaylistObject) GetPlayerTheme ¶
func (o *PublicPlaylistObject) GetPlayerTheme() PlayerTheme
GetPlayerTheme returns the PlayerTheme field value if set, zero value otherwise.
func (*PublicPlaylistObject) GetPlayerThemeOk ¶
func (o *PublicPlaylistObject) GetPlayerThemeOk() (*PlayerTheme, bool)
GetPlayerThemeOk returns a tuple with the PlayerTheme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicPlaylistObject) GetPlaylist ¶
func (o *PublicPlaylistObject) GetPlaylist() Playlist
GetPlaylist returns the Playlist field value if set, zero value otherwise.
func (*PublicPlaylistObject) GetPlaylistOk ¶
func (o *PublicPlaylistObject) GetPlaylistOk() (*Playlist, bool)
GetPlaylistOk returns a tuple with the Playlist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicPlaylistObject) HasPlayerTheme ¶
func (o *PublicPlaylistObject) HasPlayerTheme() bool
HasPlayerTheme returns a boolean if a field has been set.
func (*PublicPlaylistObject) HasPlaylist ¶
func (o *PublicPlaylistObject) HasPlaylist() bool
HasPlaylist returns a boolean if a field has been set.
func (*PublicPlaylistObject) SetPlayerTheme ¶
func (o *PublicPlaylistObject) SetPlayerTheme(v PlayerTheme)
SetPlayerTheme gets a reference to the given PlayerTheme and assigns it to the PlayerTheme field.
func (*PublicPlaylistObject) SetPlaylist ¶
func (o *PublicPlaylistObject) SetPlaylist(v Playlist)
SetPlaylist gets a reference to the given Playlist and assigns it to the Playlist field.
type QualityConfig ¶ added in v1.0.10
type QualityConfig struct {
AudioConfig *AudioConfig `json:"audio_config,omitempty"`
ContainerType *string `json:"container_type,omitempty"`
Resolution *string `json:"resolution,omitempty"`
Type *string `json:"type,omitempty"`
VideoConfig *VideoConfig `json:"video_config,omitempty"`
}
QualityConfig struct for QualityConfig
func NewQualityConfig ¶ added in v1.0.10
func NewQualityConfig() *QualityConfig
NewQualityConfig instantiates a new QualityConfig 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 NewQualityConfigWithDefaults ¶ added in v1.0.10
func NewQualityConfigWithDefaults() *QualityConfig
NewQualityConfigWithDefaults instantiates a new QualityConfig 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 (*QualityConfig) GetAudioConfig ¶ added in v1.0.10
func (o *QualityConfig) GetAudioConfig() AudioConfig
GetAudioConfig returns the AudioConfig field value if set, zero value otherwise.
func (*QualityConfig) GetAudioConfigOk ¶ added in v1.0.10
func (o *QualityConfig) GetAudioConfigOk() (*AudioConfig, bool)
GetAudioConfigOk returns a tuple with the AudioConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityConfig) GetContainerType ¶ added in v1.0.10
func (o *QualityConfig) GetContainerType() string
GetContainerType returns the ContainerType field value if set, zero value otherwise.
func (*QualityConfig) GetContainerTypeOk ¶ added in v1.0.10
func (o *QualityConfig) GetContainerTypeOk() (*string, bool)
GetContainerTypeOk returns a tuple with the ContainerType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityConfig) GetResolution ¶ added in v1.0.10
func (o *QualityConfig) GetResolution() string
GetResolution returns the Resolution field value if set, zero value otherwise.
func (*QualityConfig) GetResolutionOk ¶ added in v1.0.10
func (o *QualityConfig) GetResolutionOk() (*string, bool)
GetResolutionOk returns a tuple with the Resolution field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityConfig) GetType ¶ added in v1.0.10
func (o *QualityConfig) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*QualityConfig) GetTypeOk ¶ added in v1.0.10
func (o *QualityConfig) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityConfig) GetVideoConfig ¶ added in v1.0.10
func (o *QualityConfig) GetVideoConfig() VideoConfig
GetVideoConfig returns the VideoConfig field value if set, zero value otherwise.
func (*QualityConfig) GetVideoConfigOk ¶ added in v1.0.10
func (o *QualityConfig) GetVideoConfigOk() (*VideoConfig, bool)
GetVideoConfigOk returns a tuple with the VideoConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityConfig) HasAudioConfig ¶ added in v1.0.10
func (o *QualityConfig) HasAudioConfig() bool
HasAudioConfig returns a boolean if a field has been set.
func (*QualityConfig) HasContainerType ¶ added in v1.0.10
func (o *QualityConfig) HasContainerType() bool
HasContainerType returns a boolean if a field has been set.
func (*QualityConfig) HasResolution ¶ added in v1.0.10
func (o *QualityConfig) HasResolution() bool
HasResolution returns a boolean if a field has been set.
func (*QualityConfig) HasType ¶ added in v1.0.10
func (o *QualityConfig) HasType() bool
HasType returns a boolean if a field has been set.
func (*QualityConfig) HasVideoConfig ¶ added in v1.0.10
func (o *QualityConfig) HasVideoConfig() bool
HasVideoConfig returns a boolean if a field has been set.
func (*QualityConfig) SetAudioConfig ¶ added in v1.0.10
func (o *QualityConfig) SetAudioConfig(v AudioConfig)
SetAudioConfig gets a reference to the given AudioConfig and assigns it to the AudioConfig field.
func (*QualityConfig) SetContainerType ¶ added in v1.0.10
func (o *QualityConfig) SetContainerType(v string)
SetContainerType gets a reference to the given string and assigns it to the ContainerType field.
func (*QualityConfig) SetResolution ¶ added in v1.0.10
func (o *QualityConfig) SetResolution(v string)
SetResolution gets a reference to the given string and assigns it to the Resolution field.
func (*QualityConfig) SetType ¶ added in v1.0.10
func (o *QualityConfig) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*QualityConfig) SetVideoConfig ¶ added in v1.0.10
func (o *QualityConfig) SetVideoConfig(v VideoConfig)
SetVideoConfig gets a reference to the given VideoConfig and assigns it to the VideoConfig field.
type QualityObject ¶
type QualityObject struct {
AudioBitrate *int32 `json:"audio_bitrate,omitempty"`
AudioCodec *string `json:"audio_codec,omitempty"`
Name *string `json:"name,omitempty"`
Status *string `json:"status,omitempty"`
Type *string `json:"type,omitempty"`
VideoBitrate *int32 `json:"video_bitrate,omitempty"`
VideoCodec *string `json:"video_codec,omitempty"`
}
QualityObject struct for QualityObject
func NewQualityObject ¶
func NewQualityObject() *QualityObject
NewQualityObject instantiates a new QualityObject 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 NewQualityObjectWithDefaults ¶
func NewQualityObjectWithDefaults() *QualityObject
NewQualityObjectWithDefaults instantiates a new QualityObject 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 (*QualityObject) GetAudioBitrate ¶ added in v1.0.10
func (o *QualityObject) GetAudioBitrate() int32
GetAudioBitrate returns the AudioBitrate field value if set, zero value otherwise.
func (*QualityObject) GetAudioBitrateOk ¶ added in v1.0.10
func (o *QualityObject) GetAudioBitrateOk() (*int32, bool)
GetAudioBitrateOk returns a tuple with the AudioBitrate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityObject) GetAudioCodec ¶ added in v1.0.10
func (o *QualityObject) GetAudioCodec() string
GetAudioCodec returns the AudioCodec field value if set, zero value otherwise.
func (*QualityObject) GetAudioCodecOk ¶ added in v1.0.10
func (o *QualityObject) GetAudioCodecOk() (*string, bool)
GetAudioCodecOk returns a tuple with the AudioCodec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityObject) GetName ¶
func (o *QualityObject) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*QualityObject) GetNameOk ¶
func (o *QualityObject) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityObject) GetStatus ¶
func (o *QualityObject) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*QualityObject) GetStatusOk ¶
func (o *QualityObject) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityObject) GetType ¶
func (o *QualityObject) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*QualityObject) GetTypeOk ¶
func (o *QualityObject) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityObject) GetVideoBitrate ¶ added in v1.0.10
func (o *QualityObject) GetVideoBitrate() int32
GetVideoBitrate returns the VideoBitrate field value if set, zero value otherwise.
func (*QualityObject) GetVideoBitrateOk ¶ added in v1.0.10
func (o *QualityObject) GetVideoBitrateOk() (*int32, bool)
GetVideoBitrateOk returns a tuple with the VideoBitrate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityObject) GetVideoCodec ¶ added in v1.0.10
func (o *QualityObject) GetVideoCodec() string
GetVideoCodec returns the VideoCodec field value if set, zero value otherwise.
func (*QualityObject) GetVideoCodecOk ¶ added in v1.0.10
func (o *QualityObject) GetVideoCodecOk() (*string, bool)
GetVideoCodecOk returns a tuple with the VideoCodec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QualityObject) HasAudioBitrate ¶ added in v1.0.10
func (o *QualityObject) HasAudioBitrate() bool
HasAudioBitrate returns a boolean if a field has been set.
func (*QualityObject) HasAudioCodec ¶ added in v1.0.10
func (o *QualityObject) HasAudioCodec() bool
HasAudioCodec returns a boolean if a field has been set.
func (*QualityObject) HasName ¶
func (o *QualityObject) HasName() bool
HasName returns a boolean if a field has been set.
func (*QualityObject) HasStatus ¶
func (o *QualityObject) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*QualityObject) HasType ¶
func (o *QualityObject) HasType() bool
HasType returns a boolean if a field has been set.
func (*QualityObject) HasVideoBitrate ¶ added in v1.0.10
func (o *QualityObject) HasVideoBitrate() bool
HasVideoBitrate returns a boolean if a field has been set.
func (*QualityObject) HasVideoCodec ¶ added in v1.0.10
func (o *QualityObject) HasVideoCodec() bool
HasVideoCodec returns a boolean if a field has been set.
func (*QualityObject) SetAudioBitrate ¶ added in v1.0.10
func (o *QualityObject) SetAudioBitrate(v int32)
SetAudioBitrate gets a reference to the given int32 and assigns it to the AudioBitrate field.
func (*QualityObject) SetAudioCodec ¶ added in v1.0.10
func (o *QualityObject) SetAudioCodec(v string)
SetAudioCodec gets a reference to the given string and assigns it to the AudioCodec field.
func (*QualityObject) SetName ¶
func (o *QualityObject) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*QualityObject) SetStatus ¶
func (o *QualityObject) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*QualityObject) SetType ¶
func (o *QualityObject) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*QualityObject) SetVideoBitrate ¶ added in v1.0.10
func (o *QualityObject) SetVideoBitrate(v int32)
SetVideoBitrate gets a reference to the given int32 and assigns it to the VideoBitrate field.
func (*QualityObject) SetVideoCodec ¶ added in v1.0.10
func (o *QualityObject) SetVideoCodec(v string)
SetVideoCodec gets a reference to the given string and assigns it to the VideoCodec field.
type RemovePlayerThemesFromMediaRequest ¶ added in v1.0.11
type RemovePlayerThemesFromMediaRequest struct {
PlayerThemeId *string `json:"player_theme_id,omitempty"`
VideoId *string `json:"video_id,omitempty"`
}
RemovePlayerThemesFromMediaRequest struct for RemovePlayerThemesFromMediaRequest
func NewRemovePlayerThemesFromMediaRequest ¶ added in v1.0.11
func NewRemovePlayerThemesFromMediaRequest() *RemovePlayerThemesFromMediaRequest
NewRemovePlayerThemesFromMediaRequest instantiates a new RemovePlayerThemesFromMediaRequest 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 NewRemovePlayerThemesFromMediaRequestWithDefaults ¶ added in v1.0.11
func NewRemovePlayerThemesFromMediaRequestWithDefaults() *RemovePlayerThemesFromMediaRequest
NewRemovePlayerThemesFromMediaRequestWithDefaults instantiates a new RemovePlayerThemesFromMediaRequest 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 (*RemovePlayerThemesFromMediaRequest) GetPlayerThemeId ¶ added in v1.0.11
func (o *RemovePlayerThemesFromMediaRequest) GetPlayerThemeId() string
GetPlayerThemeId returns the PlayerThemeId field value if set, zero value otherwise.
func (*RemovePlayerThemesFromMediaRequest) GetPlayerThemeIdOk ¶ added in v1.0.11
func (o *RemovePlayerThemesFromMediaRequest) GetPlayerThemeIdOk() (*string, bool)
GetPlayerThemeIdOk returns a tuple with the PlayerThemeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemovePlayerThemesFromMediaRequest) GetVideoId ¶ added in v1.0.11
func (o *RemovePlayerThemesFromMediaRequest) GetVideoId() string
GetVideoId returns the VideoId field value if set, zero value otherwise.
func (*RemovePlayerThemesFromMediaRequest) GetVideoIdOk ¶ added in v1.0.11
func (o *RemovePlayerThemesFromMediaRequest) GetVideoIdOk() (*string, bool)
GetVideoIdOk returns a tuple with the VideoId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemovePlayerThemesFromMediaRequest) HasPlayerThemeId ¶ added in v1.0.11
func (o *RemovePlayerThemesFromMediaRequest) HasPlayerThemeId() bool
HasPlayerThemeId returns a boolean if a field has been set.
func (*RemovePlayerThemesFromMediaRequest) HasVideoId ¶ added in v1.0.11
func (o *RemovePlayerThemesFromMediaRequest) HasVideoId() bool
HasVideoId returns a boolean if a field has been set.
func (*RemovePlayerThemesFromMediaRequest) SetPlayerThemeId ¶ added in v1.0.11
func (o *RemovePlayerThemesFromMediaRequest) SetPlayerThemeId(v string)
SetPlayerThemeId gets a reference to the given string and assigns it to the PlayerThemeId field.
func (*RemovePlayerThemesFromMediaRequest) SetVideoId ¶ added in v1.0.11
func (o *RemovePlayerThemesFromMediaRequest) SetVideoId(v string)
SetVideoId gets a reference to the given string and assigns it to the VideoId field.
type RenameAPIKeyRequest ¶
type RenameAPIKeyRequest struct {
ApiKeyName *string `json:"api_key_name,omitempty"`
}
RenameAPIKeyRequest struct for RenameAPIKeyRequest
func NewRenameAPIKeyRequest ¶
func NewRenameAPIKeyRequest() *RenameAPIKeyRequest
NewRenameAPIKeyRequest instantiates a new RenameAPIKeyRequest 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 NewRenameAPIKeyRequestWithDefaults ¶
func NewRenameAPIKeyRequestWithDefaults() *RenameAPIKeyRequest
NewRenameAPIKeyRequestWithDefaults instantiates a new RenameAPIKeyRequest 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 (*RenameAPIKeyRequest) GetApiKeyName ¶
func (o *RenameAPIKeyRequest) GetApiKeyName() string
GetApiKeyName returns the ApiKeyName field value if set, zero value otherwise.
func (*RenameAPIKeyRequest) GetApiKeyNameOk ¶
func (o *RenameAPIKeyRequest) GetApiKeyNameOk() (*string, bool)
GetApiKeyNameOk returns a tuple with the ApiKeyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RenameAPIKeyRequest) HasApiKeyName ¶
func (o *RenameAPIKeyRequest) HasApiKeyName() bool
HasApiKeyName returns a boolean if a field has been set.
func (*RenameAPIKeyRequest) SetApiKeyName ¶
func (o *RenameAPIKeyRequest) SetApiKeyName(v string)
SetApiKeyName gets a reference to the given string and assigns it to the ApiKeyName field.
type RequestCreateCaption ¶ added in v1.0.10
type RequestCreateCaption struct {
Description *string `json:"description,omitempty"`
}
RequestCreateCaption struct for RequestCreateCaption
func NewRequestCreateCaption ¶ added in v1.0.10
func NewRequestCreateCaption() *RequestCreateCaption
NewRequestCreateCaption instantiates a new RequestCreateCaption 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 NewRequestCreateCaptionWithDefaults ¶ added in v1.0.10
func NewRequestCreateCaptionWithDefaults() *RequestCreateCaption
NewRequestCreateCaptionWithDefaults instantiates a new RequestCreateCaption 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 (*RequestCreateCaption) GetDescription ¶ added in v1.0.10
func (o *RequestCreateCaption) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RequestCreateCaption) GetDescriptionOk ¶ added in v1.0.10
func (o *RequestCreateCaption) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RequestCreateCaption) HasDescription ¶ added in v1.0.10
func (o *RequestCreateCaption) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*RequestCreateCaption) SetDescription ¶ added in v1.0.10
func (o *RequestCreateCaption) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
type ResponseError ¶
type ResponseError struct {
Message *string `json:"message,omitempty"`
Status *string `json:"status,omitempty"`
}
ResponseError struct for ResponseError
func NewResponseError ¶
func NewResponseError() *ResponseError
NewResponseError instantiates a new ResponseError 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 NewResponseErrorWithDefaults ¶
func NewResponseErrorWithDefaults() *ResponseError
NewResponseErrorWithDefaults instantiates a new ResponseError 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 (*ResponseError) GetMessage ¶
func (o *ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ResponseError) GetMessageOk ¶
func (o *ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponseError) GetStatus ¶
func (o *ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponseError) GetStatusOk ¶
func (o *ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponseError) HasMessage ¶
func (o *ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ResponseError) HasStatus ¶
func (o *ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResponseError) SetMessage ¶
func (o *ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ResponseError) SetStatus ¶
func (o *ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type ResponseSuccess ¶
type ResponseSuccess struct {
Message *string `json:"message,omitempty"`
Status *string `json:"status,omitempty"`
}
ResponseSuccess struct for ResponseSuccess
func NewResponseSuccess ¶
func NewResponseSuccess() *ResponseSuccess
NewResponseSuccess instantiates a new ResponseSuccess 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 NewResponseSuccessWithDefaults ¶
func NewResponseSuccessWithDefaults() *ResponseSuccess
NewResponseSuccessWithDefaults instantiates a new ResponseSuccess 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 (*ResponseSuccess) GetMessage ¶
func (o *ResponseSuccess) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ResponseSuccess) GetMessageOk ¶
func (o *ResponseSuccess) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponseSuccess) GetStatus ¶
func (o *ResponseSuccess) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponseSuccess) GetStatusOk ¶
func (o *ResponseSuccess) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponseSuccess) HasMessage ¶
func (o *ResponseSuccess) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ResponseSuccess) HasStatus ¶
func (o *ResponseSuccess) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResponseSuccess) SetMessage ¶
func (o *ResponseSuccess) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ResponseSuccess) SetStatus ¶
func (o *ResponseSuccess) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type Theme ¶
type Theme struct {
ControlBarBackgroundColor *string `json:"control_bar_background_color,omitempty"`
ControlBarHeight *string `json:"control_bar_height,omitempty"`
MainColor *string `json:"main_color,omitempty"`
MenuBackgroundColor *string `json:"menu_background_color,omitempty"`
MenuItemBackgroundHover *string `json:"menu_item_background_hover,omitempty"`
ProgressBarCircleSize *string `json:"progress_bar_circle_size,omitempty"`
ProgressBarHeight *string `json:"progress_bar_height,omitempty"`
TextColor *string `json:"text_color,omitempty"`
TextTrackBackground *string `json:"text_track_background,omitempty"`
TextTrackColor *string `json:"text_track_color,omitempty"`
}
Theme struct for Theme
func NewTheme ¶
func NewTheme() *Theme
NewTheme instantiates a new Theme 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 NewThemeWithDefaults ¶
func NewThemeWithDefaults() *Theme
NewThemeWithDefaults instantiates a new Theme 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 (*Theme) GetControlBarBackgroundColor ¶
GetControlBarBackgroundColor returns the ControlBarBackgroundColor field value if set, zero value otherwise.
func (*Theme) GetControlBarBackgroundColorOk ¶
GetControlBarBackgroundColorOk returns a tuple with the ControlBarBackgroundColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetControlBarHeight ¶
GetControlBarHeight returns the ControlBarHeight field value if set, zero value otherwise.
func (*Theme) GetControlBarHeightOk ¶
GetControlBarHeightOk returns a tuple with the ControlBarHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetMainColor ¶
GetMainColor returns the MainColor field value if set, zero value otherwise.
func (*Theme) GetMainColorOk ¶
GetMainColorOk returns a tuple with the MainColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetMenuBackgroundColor ¶
GetMenuBackgroundColor returns the MenuBackgroundColor field value if set, zero value otherwise.
func (*Theme) GetMenuBackgroundColorOk ¶
GetMenuBackgroundColorOk returns a tuple with the MenuBackgroundColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetMenuItemBackgroundHover ¶
GetMenuItemBackgroundHover returns the MenuItemBackgroundHover field value if set, zero value otherwise.
func (*Theme) GetMenuItemBackgroundHoverOk ¶
GetMenuItemBackgroundHoverOk returns a tuple with the MenuItemBackgroundHover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetProgressBarCircleSize ¶
GetProgressBarCircleSize returns the ProgressBarCircleSize field value if set, zero value otherwise.
func (*Theme) GetProgressBarCircleSizeOk ¶
GetProgressBarCircleSizeOk returns a tuple with the ProgressBarCircleSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetProgressBarHeight ¶
GetProgressBarHeight returns the ProgressBarHeight field value if set, zero value otherwise.
func (*Theme) GetProgressBarHeightOk ¶
GetProgressBarHeightOk returns a tuple with the ProgressBarHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetTextColor ¶
GetTextColor returns the TextColor field value if set, zero value otherwise.
func (*Theme) GetTextColorOk ¶
GetTextColorOk returns a tuple with the TextColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetTextTrackBackground ¶
GetTextTrackBackground returns the TextTrackBackground field value if set, zero value otherwise.
func (*Theme) GetTextTrackBackgroundOk ¶
GetTextTrackBackgroundOk returns a tuple with the TextTrackBackground field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) GetTextTrackColor ¶
GetTextTrackColor returns the TextTrackColor field value if set, zero value otherwise.
func (*Theme) GetTextTrackColorOk ¶
GetTextTrackColorOk returns a tuple with the TextTrackColor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Theme) HasControlBarBackgroundColor ¶
HasControlBarBackgroundColor returns a boolean if a field has been set.
func (*Theme) HasControlBarHeight ¶
HasControlBarHeight returns a boolean if a field has been set.
func (*Theme) HasMainColor ¶
HasMainColor returns a boolean if a field has been set.
func (*Theme) HasMenuBackgroundColor ¶
HasMenuBackgroundColor returns a boolean if a field has been set.
func (*Theme) HasMenuItemBackgroundHover ¶
HasMenuItemBackgroundHover returns a boolean if a field has been set.
func (*Theme) HasProgressBarCircleSize ¶
HasProgressBarCircleSize returns a boolean if a field has been set.
func (*Theme) HasProgressBarHeight ¶
HasProgressBarHeight returns a boolean if a field has been set.
func (*Theme) HasTextColor ¶
HasTextColor returns a boolean if a field has been set.
func (*Theme) HasTextTrackBackground ¶
HasTextTrackBackground returns a boolean if a field has been set.
func (*Theme) HasTextTrackColor ¶
HasTextTrackColor returns a boolean if a field has been set.
func (*Theme) SetControlBarBackgroundColor ¶
SetControlBarBackgroundColor gets a reference to the given string and assigns it to the ControlBarBackgroundColor field.
func (*Theme) SetControlBarHeight ¶
SetControlBarHeight gets a reference to the given string and assigns it to the ControlBarHeight field.
func (*Theme) SetMainColor ¶
SetMainColor gets a reference to the given string and assigns it to the MainColor field.
func (*Theme) SetMenuBackgroundColor ¶
SetMenuBackgroundColor gets a reference to the given string and assigns it to the MenuBackgroundColor field.
func (*Theme) SetMenuItemBackgroundHover ¶
SetMenuItemBackgroundHover gets a reference to the given string and assigns it to the MenuItemBackgroundHover field.
func (*Theme) SetProgressBarCircleSize ¶
SetProgressBarCircleSize gets a reference to the given string and assigns it to the ProgressBarCircleSize field.
func (*Theme) SetProgressBarHeight ¶
SetProgressBarHeight gets a reference to the given string and assigns it to the ProgressBarHeight field.
func (*Theme) SetTextColor ¶
SetTextColor gets a reference to the given string and assigns it to the TextColor field.
func (*Theme) SetTextTrackBackground ¶
SetTextTrackBackground gets a reference to the given string and assigns it to the TextTrackBackground field.
func (*Theme) SetTextTrackColor ¶
SetTextTrackColor gets a reference to the given string and assigns it to the TextTrackColor field.
type UpdatePlayerThemeRequest ¶
type UpdatePlayerThemeRequest struct {
Controls *Controls `json:"controls,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Name *string `json:"name,omitempty"`
Theme *Theme `json:"theme,omitempty"`
}
UpdatePlayerThemeRequest struct for UpdatePlayerThemeRequest
func NewUpdatePlayerThemeRequest ¶
func NewUpdatePlayerThemeRequest() *UpdatePlayerThemeRequest
NewUpdatePlayerThemeRequest instantiates a new UpdatePlayerThemeRequest 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 NewUpdatePlayerThemeRequestWithDefaults ¶
func NewUpdatePlayerThemeRequestWithDefaults() *UpdatePlayerThemeRequest
NewUpdatePlayerThemeRequestWithDefaults instantiates a new UpdatePlayerThemeRequest 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 (*UpdatePlayerThemeRequest) GetControls ¶
func (o *UpdatePlayerThemeRequest) GetControls() Controls
GetControls returns the Controls field value if set, zero value otherwise.
func (*UpdatePlayerThemeRequest) GetControlsOk ¶
func (o *UpdatePlayerThemeRequest) GetControlsOk() (*Controls, bool)
GetControlsOk returns a tuple with the Controls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePlayerThemeRequest) GetIsDefault ¶
func (o *UpdatePlayerThemeRequest) GetIsDefault() bool
GetIsDefault returns the IsDefault field value if set, zero value otherwise.
func (*UpdatePlayerThemeRequest) GetIsDefaultOk ¶
func (o *UpdatePlayerThemeRequest) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePlayerThemeRequest) GetName ¶
func (o *UpdatePlayerThemeRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*UpdatePlayerThemeRequest) GetNameOk ¶
func (o *UpdatePlayerThemeRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePlayerThemeRequest) GetTheme ¶
func (o *UpdatePlayerThemeRequest) GetTheme() Theme
GetTheme returns the Theme field value if set, zero value otherwise.
func (*UpdatePlayerThemeRequest) GetThemeOk ¶
func (o *UpdatePlayerThemeRequest) GetThemeOk() (*Theme, bool)
GetThemeOk returns a tuple with the Theme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePlayerThemeRequest) HasControls ¶
func (o *UpdatePlayerThemeRequest) HasControls() bool
HasControls returns a boolean if a field has been set.
func (*UpdatePlayerThemeRequest) HasIsDefault ¶
func (o *UpdatePlayerThemeRequest) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (*UpdatePlayerThemeRequest) HasName ¶
func (o *UpdatePlayerThemeRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*UpdatePlayerThemeRequest) HasTheme ¶
func (o *UpdatePlayerThemeRequest) HasTheme() bool
HasTheme returns a boolean if a field has been set.
func (*UpdatePlayerThemeRequest) SetControls ¶
func (o *UpdatePlayerThemeRequest) SetControls(v Controls)
SetControls gets a reference to the given Controls and assigns it to the Controls field.
func (*UpdatePlayerThemeRequest) SetIsDefault ¶
func (o *UpdatePlayerThemeRequest) SetIsDefault(v bool)
SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.
func (*UpdatePlayerThemeRequest) SetName ¶
func (o *UpdatePlayerThemeRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*UpdatePlayerThemeRequest) SetTheme ¶
func (o *UpdatePlayerThemeRequest) SetTheme(v Theme)
SetTheme gets a reference to the given Theme and assigns it to the Theme field.
type UpdatePlayerThemeResponse ¶
type UpdatePlayerThemeResponse struct {
Data *UpdatePlayerThemeRequest `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
UpdatePlayerThemeResponse struct for UpdatePlayerThemeResponse
func NewUpdatePlayerThemeResponse ¶
func NewUpdatePlayerThemeResponse() *UpdatePlayerThemeResponse
NewUpdatePlayerThemeResponse instantiates a new UpdatePlayerThemeResponse 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 NewUpdatePlayerThemeResponseWithDefaults ¶
func NewUpdatePlayerThemeResponseWithDefaults() *UpdatePlayerThemeResponse
NewUpdatePlayerThemeResponseWithDefaults instantiates a new UpdatePlayerThemeResponse 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 (*UpdatePlayerThemeResponse) GetData ¶
func (o *UpdatePlayerThemeResponse) GetData() UpdatePlayerThemeRequest
GetData returns the Data field value if set, zero value otherwise.
func (*UpdatePlayerThemeResponse) GetDataOk ¶
func (o *UpdatePlayerThemeResponse) GetDataOk() (*UpdatePlayerThemeRequest, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePlayerThemeResponse) GetStatus ¶
func (o *UpdatePlayerThemeResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*UpdatePlayerThemeResponse) GetStatusOk ¶
func (o *UpdatePlayerThemeResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePlayerThemeResponse) HasData ¶
func (o *UpdatePlayerThemeResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*UpdatePlayerThemeResponse) HasStatus ¶
func (o *UpdatePlayerThemeResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*UpdatePlayerThemeResponse) SetData ¶
func (o *UpdatePlayerThemeResponse) SetData(v UpdatePlayerThemeRequest)
SetData gets a reference to the given UpdatePlayerThemeRequest and assigns it to the Data field.
func (*UpdatePlayerThemeResponse) SetStatus ¶
func (o *UpdatePlayerThemeResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type UpdateVideoInfoRequest ¶
type UpdateVideoInfoRequest struct {
// Description of the media
Description *string `json:"description,omitempty"`
// Media's publish status
IsPublic *bool `json:"is_public,omitempty"`
// Media's metadata
Metadata *[]Metadata `json:"metadata,omitempty"`
// Media player 's id
PlayerId *string `json:"player_id,omitempty"`
// Media's tags
Tags *[]string `json:"tags,omitempty"`
// Title of the media
Title *string `json:"title,omitempty"`
}
UpdateVideoInfoRequest struct for UpdateVideoInfoRequest
func NewUpdateVideoInfoRequest ¶
func NewUpdateVideoInfoRequest() *UpdateVideoInfoRequest
NewUpdateVideoInfoRequest instantiates a new UpdateVideoInfoRequest 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 NewUpdateVideoInfoRequestWithDefaults ¶
func NewUpdateVideoInfoRequestWithDefaults() *UpdateVideoInfoRequest
NewUpdateVideoInfoRequestWithDefaults instantiates a new UpdateVideoInfoRequest 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 (*UpdateVideoInfoRequest) GetDescription ¶
func (o *UpdateVideoInfoRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateVideoInfoRequest) GetDescriptionOk ¶
func (o *UpdateVideoInfoRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVideoInfoRequest) GetIsPublic ¶
func (o *UpdateVideoInfoRequest) GetIsPublic() bool
GetIsPublic returns the IsPublic field value if set, zero value otherwise.
func (*UpdateVideoInfoRequest) GetIsPublicOk ¶
func (o *UpdateVideoInfoRequest) GetIsPublicOk() (*bool, bool)
GetIsPublicOk returns a tuple with the IsPublic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVideoInfoRequest) GetMetadata ¶
func (o *UpdateVideoInfoRequest) GetMetadata() []Metadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*UpdateVideoInfoRequest) GetMetadataOk ¶
func (o *UpdateVideoInfoRequest) GetMetadataOk() (*[]Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVideoInfoRequest) GetPlayerId ¶
func (o *UpdateVideoInfoRequest) GetPlayerId() string
GetPlayerId returns the PlayerId field value if set, zero value otherwise.
func (*UpdateVideoInfoRequest) GetPlayerIdOk ¶
func (o *UpdateVideoInfoRequest) GetPlayerIdOk() (*string, bool)
GetPlayerIdOk returns a tuple with the PlayerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVideoInfoRequest) GetTags ¶
func (o *UpdateVideoInfoRequest) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*UpdateVideoInfoRequest) GetTagsOk ¶
func (o *UpdateVideoInfoRequest) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVideoInfoRequest) GetTitle ¶
func (o *UpdateVideoInfoRequest) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*UpdateVideoInfoRequest) GetTitleOk ¶
func (o *UpdateVideoInfoRequest) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVideoInfoRequest) HasDescription ¶
func (o *UpdateVideoInfoRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateVideoInfoRequest) HasIsPublic ¶
func (o *UpdateVideoInfoRequest) HasIsPublic() bool
HasIsPublic returns a boolean if a field has been set.
func (*UpdateVideoInfoRequest) HasMetadata ¶
func (o *UpdateVideoInfoRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*UpdateVideoInfoRequest) HasPlayerId ¶
func (o *UpdateVideoInfoRequest) HasPlayerId() bool
HasPlayerId returns a boolean if a field has been set.
func (*UpdateVideoInfoRequest) HasTags ¶
func (o *UpdateVideoInfoRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*UpdateVideoInfoRequest) HasTitle ¶
func (o *UpdateVideoInfoRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*UpdateVideoInfoRequest) SetDescription ¶
func (o *UpdateVideoInfoRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateVideoInfoRequest) SetIsPublic ¶
func (o *UpdateVideoInfoRequest) SetIsPublic(v bool)
SetIsPublic gets a reference to the given bool and assigns it to the IsPublic field.
func (*UpdateVideoInfoRequest) SetMetadata ¶
func (o *UpdateVideoInfoRequest) SetMetadata(v []Metadata)
SetMetadata gets a reference to the given []Metadata and assigns it to the Metadata field.
func (*UpdateVideoInfoRequest) SetPlayerId ¶
func (o *UpdateVideoInfoRequest) SetPlayerId(v string)
SetPlayerId gets a reference to the given string and assigns it to the PlayerId field.
func (*UpdateVideoInfoRequest) SetTags ¶
func (o *UpdateVideoInfoRequest) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*UpdateVideoInfoRequest) SetTitle ¶
func (o *UpdateVideoInfoRequest) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
type UpdateWebhookRequest ¶
type UpdateWebhookRequest struct {
EncodingFailed *bool `json:"encoding_failed,omitempty"`
EncodingFinished *bool `json:"encoding_finished,omitempty"`
EncodingStarted *bool `json:"encoding_started,omitempty"`
FileReceived *bool `json:"file_received,omitempty"`
Name *string `json:"name,omitempty"`
PartialFinished *bool `json:"partial_finished,omitempty"`
Url *string `json:"url,omitempty"`
}
UpdateWebhookRequest struct for UpdateWebhookRequest
func NewUpdateWebhookRequest ¶
func NewUpdateWebhookRequest() *UpdateWebhookRequest
NewUpdateWebhookRequest instantiates a new UpdateWebhookRequest 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 NewUpdateWebhookRequestWithDefaults ¶
func NewUpdateWebhookRequestWithDefaults() *UpdateWebhookRequest
NewUpdateWebhookRequestWithDefaults instantiates a new UpdateWebhookRequest 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 (*UpdateWebhookRequest) GetEncodingFailed ¶ added in v1.0.10
func (o *UpdateWebhookRequest) GetEncodingFailed() bool
GetEncodingFailed returns the EncodingFailed field value if set, zero value otherwise.
func (*UpdateWebhookRequest) GetEncodingFailedOk ¶ added in v1.0.10
func (o *UpdateWebhookRequest) GetEncodingFailedOk() (*bool, bool)
GetEncodingFailedOk returns a tuple with the EncodingFailed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWebhookRequest) GetEncodingFinished ¶
func (o *UpdateWebhookRequest) GetEncodingFinished() bool
GetEncodingFinished returns the EncodingFinished field value if set, zero value otherwise.
func (*UpdateWebhookRequest) GetEncodingFinishedOk ¶
func (o *UpdateWebhookRequest) GetEncodingFinishedOk() (*bool, bool)
GetEncodingFinishedOk returns a tuple with the EncodingFinished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWebhookRequest) GetEncodingStarted ¶
func (o *UpdateWebhookRequest) GetEncodingStarted() bool
GetEncodingStarted returns the EncodingStarted field value if set, zero value otherwise.
func (*UpdateWebhookRequest) GetEncodingStartedOk ¶
func (o *UpdateWebhookRequest) GetEncodingStartedOk() (*bool, bool)
GetEncodingStartedOk returns a tuple with the EncodingStarted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWebhookRequest) GetFileReceived ¶
func (o *UpdateWebhookRequest) GetFileReceived() bool
GetFileReceived returns the FileReceived field value if set, zero value otherwise.
func (*UpdateWebhookRequest) GetFileReceivedOk ¶
func (o *UpdateWebhookRequest) GetFileReceivedOk() (*bool, bool)
GetFileReceivedOk returns a tuple with the FileReceived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWebhookRequest) GetName ¶
func (o *UpdateWebhookRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*UpdateWebhookRequest) GetNameOk ¶
func (o *UpdateWebhookRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWebhookRequest) GetPartialFinished ¶ added in v1.0.10
func (o *UpdateWebhookRequest) GetPartialFinished() bool
GetPartialFinished returns the PartialFinished field value if set, zero value otherwise.
func (*UpdateWebhookRequest) GetPartialFinishedOk ¶ added in v1.0.10
func (o *UpdateWebhookRequest) GetPartialFinishedOk() (*bool, bool)
GetPartialFinishedOk returns a tuple with the PartialFinished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWebhookRequest) GetUrl ¶
func (o *UpdateWebhookRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*UpdateWebhookRequest) GetUrlOk ¶
func (o *UpdateWebhookRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateWebhookRequest) HasEncodingFailed ¶ added in v1.0.10
func (o *UpdateWebhookRequest) HasEncodingFailed() bool
HasEncodingFailed returns a boolean if a field has been set.
func (*UpdateWebhookRequest) HasEncodingFinished ¶
func (o *UpdateWebhookRequest) HasEncodingFinished() bool
HasEncodingFinished returns a boolean if a field has been set.
func (*UpdateWebhookRequest) HasEncodingStarted ¶
func (o *UpdateWebhookRequest) HasEncodingStarted() bool
HasEncodingStarted returns a boolean if a field has been set.
func (*UpdateWebhookRequest) HasFileReceived ¶
func (o *UpdateWebhookRequest) HasFileReceived() bool
HasFileReceived returns a boolean if a field has been set.
func (*UpdateWebhookRequest) HasName ¶
func (o *UpdateWebhookRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*UpdateWebhookRequest) HasPartialFinished ¶ added in v1.0.10
func (o *UpdateWebhookRequest) HasPartialFinished() bool
HasPartialFinished returns a boolean if a field has been set.
func (*UpdateWebhookRequest) HasUrl ¶
func (o *UpdateWebhookRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*UpdateWebhookRequest) SetEncodingFailed ¶ added in v1.0.10
func (o *UpdateWebhookRequest) SetEncodingFailed(v bool)
SetEncodingFailed gets a reference to the given bool and assigns it to the EncodingFailed field.
func (*UpdateWebhookRequest) SetEncodingFinished ¶
func (o *UpdateWebhookRequest) SetEncodingFinished(v bool)
SetEncodingFinished gets a reference to the given bool and assigns it to the EncodingFinished field.
func (*UpdateWebhookRequest) SetEncodingStarted ¶
func (o *UpdateWebhookRequest) SetEncodingStarted(v bool)
SetEncodingStarted gets a reference to the given bool and assigns it to the EncodingStarted field.
func (*UpdateWebhookRequest) SetFileReceived ¶
func (o *UpdateWebhookRequest) SetFileReceived(v bool)
SetFileReceived gets a reference to the given bool and assigns it to the FileReceived field.
func (*UpdateWebhookRequest) SetName ¶
func (o *UpdateWebhookRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*UpdateWebhookRequest) SetPartialFinished ¶ added in v1.0.10
func (o *UpdateWebhookRequest) SetPartialFinished(v bool)
SetPartialFinished gets a reference to the given bool and assigns it to the PartialFinished field.
func (*UpdateWebhookRequest) SetUrl ¶
func (o *UpdateWebhookRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type UploadLogoByIdResponse ¶
type UploadLogoByIdResponse struct {
Data *PlayerTheme `json:"data,omitempty"`
Status *string `json:"status,omitempty"`
}
UploadLogoByIdResponse struct for UploadLogoByIdResponse
func NewUploadLogoByIdResponse ¶
func NewUploadLogoByIdResponse() *UploadLogoByIdResponse
NewUploadLogoByIdResponse instantiates a new UploadLogoByIdResponse 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 NewUploadLogoByIdResponseWithDefaults ¶
func NewUploadLogoByIdResponseWithDefaults() *UploadLogoByIdResponse
NewUploadLogoByIdResponseWithDefaults instantiates a new UploadLogoByIdResponse 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 (*UploadLogoByIdResponse) GetData ¶
func (o *UploadLogoByIdResponse) GetData() PlayerTheme
GetData returns the Data field value if set, zero value otherwise.
func (*UploadLogoByIdResponse) GetDataOk ¶
func (o *UploadLogoByIdResponse) GetDataOk() (*PlayerTheme, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UploadLogoByIdResponse) GetStatus ¶
func (o *UploadLogoByIdResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*UploadLogoByIdResponse) GetStatusOk ¶
func (o *UploadLogoByIdResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UploadLogoByIdResponse) HasData ¶
func (o *UploadLogoByIdResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*UploadLogoByIdResponse) HasStatus ¶
func (o *UploadLogoByIdResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*UploadLogoByIdResponse) SetData ¶
func (o *UploadLogoByIdResponse) SetData(v PlayerTheme)
SetData gets a reference to the given PlayerTheme and assigns it to the Data field.
func (*UploadLogoByIdResponse) SetStatus ¶
func (o *UploadLogoByIdResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type UploadPartStream ¶
type UploadPartStream struct {
// contains filtered or unexported fields
}
VideosService communicating with the Videos endpoints of the AIOZ Stream API
func (*UploadPartStream) UploadAPart ¶
func (*UploadPartStream) UploadLastPart ¶
func (*UploadPartStream) UploadLastPartFile ¶
func (s *UploadPartStream) UploadLastPartFile(file *os.File) (*Media, error)
func (*UploadPartStream) UploadLastPartWithContext ¶
func (*UploadPartStream) UploadLastPartWithContextFile ¶
func (*UploadPartStream) UploadPart ¶
func (*UploadPartStream) UploadPartFile ¶
func (s *UploadPartStream) UploadPartFile(file *os.File) (*Media, error)
func (*UploadPartStream) UploadPartWithContext ¶
func (*UploadPartStream) UploadPartWithContextFile ¶
type User ¶ added in v1.0.10
type User struct {
Balance *float32 `json:"balance,omitempty"`
CreatedAt *string `json:"created_at,omitempty"`
Debt *float32 `json:"debt,omitempty"`
Email *string `json:"email,omitempty"`
ExclusiveCode *string `json:"exclusive_code,omitempty"`
FirstName *string `json:"first_name,omitempty"`
Id *string `json:"id,omitempty"`
LastName *string `json:"last_name,omitempty"`
LastRequestedAt *string `json:"last_requested_at,omitempty"`
MediaQualitiesConfig *string `json:"media_qualities_config,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
WalletAddress *string `json:"wallet_address,omitempty"`
WalletConnection *string `json:"wallet_connection,omitempty"`
}
User struct for User
func NewUser ¶ added in v1.0.10
func NewUser() *User
NewUser instantiates a new User 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 NewUserWithDefaults ¶ added in v1.0.10
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User 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 (*User) GetBalance ¶ added in v1.0.10
GetBalance returns the Balance field value if set, zero value otherwise.
func (*User) GetBalanceOk ¶ added in v1.0.10
GetBalanceOk returns a tuple with the Balance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetCreatedAt ¶ added in v1.0.10
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*User) GetCreatedAtOk ¶ added in v1.0.10
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetDebt ¶ added in v1.0.10
GetDebt returns the Debt field value if set, zero value otherwise.
func (*User) GetDebtOk ¶ added in v1.0.10
GetDebtOk returns a tuple with the Debt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetEmail ¶ added in v1.0.10
GetEmail returns the Email field value if set, zero value otherwise.
func (*User) GetEmailOk ¶ added in v1.0.10
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetExclusiveCode ¶ added in v1.0.11
GetExclusiveCode returns the ExclusiveCode field value if set, zero value otherwise.
func (*User) GetExclusiveCodeOk ¶ added in v1.0.11
GetExclusiveCodeOk returns a tuple with the ExclusiveCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetFirstName ¶ added in v1.0.10
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*User) GetFirstNameOk ¶ added in v1.0.10
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetId ¶ added in v1.0.10
GetId returns the Id field value if set, zero value otherwise.
func (*User) GetIdOk ¶ added in v1.0.10
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLastName ¶ added in v1.0.10
GetLastName returns the LastName field value if set, zero value otherwise.
func (*User) GetLastNameOk ¶ added in v1.0.10
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLastRequestedAt ¶ added in v1.0.11
GetLastRequestedAt returns the LastRequestedAt field value if set, zero value otherwise.
func (*User) GetLastRequestedAtOk ¶ added in v1.0.11
GetLastRequestedAtOk returns a tuple with the LastRequestedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetMediaQualitiesConfig ¶ added in v1.0.10
GetMediaQualitiesConfig returns the MediaQualitiesConfig field value if set, zero value otherwise.
func (*User) GetMediaQualitiesConfigOk ¶ added in v1.0.10
GetMediaQualitiesConfigOk returns a tuple with the MediaQualitiesConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUpdatedAt ¶ added in v1.0.10
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*User) GetUpdatedAtOk ¶ added in v1.0.10
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetWalletAddress ¶ added in v1.0.10
GetWalletAddress returns the WalletAddress field value if set, zero value otherwise.
func (*User) GetWalletAddressOk ¶ added in v1.0.10
GetWalletAddressOk returns a tuple with the WalletAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetWalletConnection ¶ added in v1.0.10
GetWalletConnection returns the WalletConnection field value if set, zero value otherwise.
func (*User) GetWalletConnectionOk ¶ added in v1.0.10
GetWalletConnectionOk returns a tuple with the WalletConnection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) HasBalance ¶ added in v1.0.10
HasBalance returns a boolean if a field has been set.
func (*User) HasCreatedAt ¶ added in v1.0.10
HasCreatedAt returns a boolean if a field has been set.
func (*User) HasExclusiveCode ¶ added in v1.0.11
HasExclusiveCode returns a boolean if a field has been set.
func (*User) HasFirstName ¶ added in v1.0.10
HasFirstName returns a boolean if a field has been set.
func (*User) HasLastName ¶ added in v1.0.10
HasLastName returns a boolean if a field has been set.
func (*User) HasLastRequestedAt ¶ added in v1.0.11
HasLastRequestedAt returns a boolean if a field has been set.
func (*User) HasMediaQualitiesConfig ¶ added in v1.0.10
HasMediaQualitiesConfig returns a boolean if a field has been set.
func (*User) HasUpdatedAt ¶ added in v1.0.10
HasUpdatedAt returns a boolean if a field has been set.
func (*User) HasWalletAddress ¶ added in v1.0.10
HasWalletAddress returns a boolean if a field has been set.
func (*User) HasWalletConnection ¶ added in v1.0.10
HasWalletConnection returns a boolean if a field has been set.
func (*User) SetBalance ¶ added in v1.0.10
SetBalance gets a reference to the given float32 and assigns it to the Balance field.
func (*User) SetCreatedAt ¶ added in v1.0.10
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*User) SetDebt ¶ added in v1.0.10
SetDebt gets a reference to the given float32 and assigns it to the Debt field.
func (*User) SetEmail ¶ added in v1.0.10
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*User) SetExclusiveCode ¶ added in v1.0.11
SetExclusiveCode gets a reference to the given string and assigns it to the ExclusiveCode field.
func (*User) SetFirstName ¶ added in v1.0.10
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*User) SetId ¶ added in v1.0.10
SetId gets a reference to the given string and assigns it to the Id field.
func (*User) SetLastName ¶ added in v1.0.10
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*User) SetLastRequestedAt ¶ added in v1.0.11
SetLastRequestedAt gets a reference to the given string and assigns it to the LastRequestedAt field.
func (*User) SetMediaQualitiesConfig ¶ added in v1.0.10
SetMediaQualitiesConfig gets a reference to the given string and assigns it to the MediaQualitiesConfig field.
func (*User) SetUpdatedAt ¶ added in v1.0.10
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*User) SetWalletAddress ¶ added in v1.0.10
SetWalletAddress gets a reference to the given string and assigns it to the WalletAddress field.
func (*User) SetWalletConnection ¶ added in v1.0.10
SetWalletConnection gets a reference to the given string and assigns it to the WalletConnection field.
type VideoApiGetCaptionsRequest ¶
type VideoApiGetCaptionsRequest struct {
// contains filtered or unexported fields
}
func (VideoApiGetCaptionsRequest) Limit ¶
func (r VideoApiGetCaptionsRequest) Limit(limit int32) VideoApiGetCaptionsRequest
func (VideoApiGetCaptionsRequest) Offset ¶
func (r VideoApiGetCaptionsRequest) Offset(offset int32) VideoApiGetCaptionsRequest
type VideoApiGetVideoPlayerInfoRequest ¶
type VideoApiGetVideoPlayerInfoRequest struct {
// contains filtered or unexported fields
}
func (VideoApiGetVideoPlayerInfoRequest) Token ¶
func (r VideoApiGetVideoPlayerInfoRequest) Token(token string) VideoApiGetVideoPlayerInfoRequest
type VideoAssets ¶
type VideoAssets struct {
DashIframe *string `json:"dash_iframe,omitempty"`
DashPlayerUrl *string `json:"dash_player_url,omitempty"`
DashUrl *string `json:"dash_url,omitempty"`
HlsIframe *string `json:"hls_iframe,omitempty"`
HlsPlayerUrl *string `json:"hls_player_url,omitempty"`
HlsUrl *string `json:"hls_url,omitempty"`
Mp4Url *string `json:"mp4_url,omitempty"`
SourceUrl *string `json:"source_url,omitempty"`
ThumbnailUrl *string `json:"thumbnail_url,omitempty"`
}
VideoAssets struct for VideoAssets
func NewVideoAssets ¶
func NewVideoAssets() *VideoAssets
NewVideoAssets instantiates a new VideoAssets 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 NewVideoAssetsWithDefaults ¶
func NewVideoAssetsWithDefaults() *VideoAssets
NewVideoAssetsWithDefaults instantiates a new VideoAssets 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 (*VideoAssets) GetDashIframe ¶ added in v1.0.10
func (o *VideoAssets) GetDashIframe() string
GetDashIframe returns the DashIframe field value if set, zero value otherwise.
func (*VideoAssets) GetDashIframeOk ¶ added in v1.0.10
func (o *VideoAssets) GetDashIframeOk() (*string, bool)
GetDashIframeOk returns a tuple with the DashIframe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) GetDashPlayerUrl ¶ added in v1.0.10
func (o *VideoAssets) GetDashPlayerUrl() string
GetDashPlayerUrl returns the DashPlayerUrl field value if set, zero value otherwise.
func (*VideoAssets) GetDashPlayerUrlOk ¶ added in v1.0.10
func (o *VideoAssets) GetDashPlayerUrlOk() (*string, bool)
GetDashPlayerUrlOk returns a tuple with the DashPlayerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) GetDashUrl ¶ added in v1.0.10
func (o *VideoAssets) GetDashUrl() string
GetDashUrl returns the DashUrl field value if set, zero value otherwise.
func (*VideoAssets) GetDashUrlOk ¶ added in v1.0.10
func (o *VideoAssets) GetDashUrlOk() (*string, bool)
GetDashUrlOk returns a tuple with the DashUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) GetHlsIframe ¶ added in v1.0.10
func (o *VideoAssets) GetHlsIframe() string
GetHlsIframe returns the HlsIframe field value if set, zero value otherwise.
func (*VideoAssets) GetHlsIframeOk ¶ added in v1.0.10
func (o *VideoAssets) GetHlsIframeOk() (*string, bool)
GetHlsIframeOk returns a tuple with the HlsIframe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) GetHlsPlayerUrl ¶ added in v1.0.10
func (o *VideoAssets) GetHlsPlayerUrl() string
GetHlsPlayerUrl returns the HlsPlayerUrl field value if set, zero value otherwise.
func (*VideoAssets) GetHlsPlayerUrlOk ¶ added in v1.0.10
func (o *VideoAssets) GetHlsPlayerUrlOk() (*string, bool)
GetHlsPlayerUrlOk returns a tuple with the HlsPlayerUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) GetHlsUrl ¶
func (o *VideoAssets) GetHlsUrl() string
GetHlsUrl returns the HlsUrl field value if set, zero value otherwise.
func (*VideoAssets) GetHlsUrlOk ¶
func (o *VideoAssets) GetHlsUrlOk() (*string, bool)
GetHlsUrlOk returns a tuple with the HlsUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) GetMp4Url ¶
func (o *VideoAssets) GetMp4Url() string
GetMp4Url returns the Mp4Url field value if set, zero value otherwise.
func (*VideoAssets) GetMp4UrlOk ¶
func (o *VideoAssets) GetMp4UrlOk() (*string, bool)
GetMp4UrlOk returns a tuple with the Mp4Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) GetSourceUrl ¶
func (o *VideoAssets) GetSourceUrl() string
GetSourceUrl returns the SourceUrl field value if set, zero value otherwise.
func (*VideoAssets) GetSourceUrlOk ¶
func (o *VideoAssets) GetSourceUrlOk() (*string, bool)
GetSourceUrlOk returns a tuple with the SourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) GetThumbnailUrl ¶
func (o *VideoAssets) GetThumbnailUrl() string
GetThumbnailUrl returns the ThumbnailUrl field value if set, zero value otherwise.
func (*VideoAssets) GetThumbnailUrlOk ¶
func (o *VideoAssets) GetThumbnailUrlOk() (*string, bool)
GetThumbnailUrlOk returns a tuple with the ThumbnailUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoAssets) HasDashIframe ¶ added in v1.0.10
func (o *VideoAssets) HasDashIframe() bool
HasDashIframe returns a boolean if a field has been set.
func (*VideoAssets) HasDashPlayerUrl ¶ added in v1.0.10
func (o *VideoAssets) HasDashPlayerUrl() bool
HasDashPlayerUrl returns a boolean if a field has been set.
func (*VideoAssets) HasDashUrl ¶ added in v1.0.10
func (o *VideoAssets) HasDashUrl() bool
HasDashUrl returns a boolean if a field has been set.
func (*VideoAssets) HasHlsIframe ¶ added in v1.0.10
func (o *VideoAssets) HasHlsIframe() bool
HasHlsIframe returns a boolean if a field has been set.
func (*VideoAssets) HasHlsPlayerUrl ¶ added in v1.0.10
func (o *VideoAssets) HasHlsPlayerUrl() bool
HasHlsPlayerUrl returns a boolean if a field has been set.
func (*VideoAssets) HasHlsUrl ¶
func (o *VideoAssets) HasHlsUrl() bool
HasHlsUrl returns a boolean if a field has been set.
func (*VideoAssets) HasMp4Url ¶
func (o *VideoAssets) HasMp4Url() bool
HasMp4Url returns a boolean if a field has been set.
func (*VideoAssets) HasSourceUrl ¶
func (o *VideoAssets) HasSourceUrl() bool
HasSourceUrl returns a boolean if a field has been set.
func (*VideoAssets) HasThumbnailUrl ¶
func (o *VideoAssets) HasThumbnailUrl() bool
HasThumbnailUrl returns a boolean if a field has been set.
func (*VideoAssets) SetDashIframe ¶ added in v1.0.10
func (o *VideoAssets) SetDashIframe(v string)
SetDashIframe gets a reference to the given string and assigns it to the DashIframe field.
func (*VideoAssets) SetDashPlayerUrl ¶ added in v1.0.10
func (o *VideoAssets) SetDashPlayerUrl(v string)
SetDashPlayerUrl gets a reference to the given string and assigns it to the DashPlayerUrl field.
func (*VideoAssets) SetDashUrl ¶ added in v1.0.10
func (o *VideoAssets) SetDashUrl(v string)
SetDashUrl gets a reference to the given string and assigns it to the DashUrl field.
func (*VideoAssets) SetHlsIframe ¶ added in v1.0.10
func (o *VideoAssets) SetHlsIframe(v string)
SetHlsIframe gets a reference to the given string and assigns it to the HlsIframe field.
func (*VideoAssets) SetHlsPlayerUrl ¶ added in v1.0.10
func (o *VideoAssets) SetHlsPlayerUrl(v string)
SetHlsPlayerUrl gets a reference to the given string and assigns it to the HlsPlayerUrl field.
func (*VideoAssets) SetHlsUrl ¶
func (o *VideoAssets) SetHlsUrl(v string)
SetHlsUrl gets a reference to the given string and assigns it to the HlsUrl field.
func (*VideoAssets) SetMp4Url ¶
func (o *VideoAssets) SetMp4Url(v string)
SetMp4Url gets a reference to the given string and assigns it to the Mp4Url field.
func (*VideoAssets) SetSourceUrl ¶
func (o *VideoAssets) SetSourceUrl(v string)
SetSourceUrl gets a reference to the given string and assigns it to the SourceUrl field.
func (*VideoAssets) SetThumbnailUrl ¶
func (o *VideoAssets) SetThumbnailUrl(v string)
SetThumbnailUrl gets a reference to the given string and assigns it to the ThumbnailUrl field.
type VideoCaption ¶
type VideoCaption struct {
Description *string `json:"description,omitempty"`
IsDefault *bool `json:"is_default,omitempty"`
Language *string `json:"language,omitempty"`
Status *string `json:"status,omitempty"`
Url *string `json:"url,omitempty"`
}
VideoCaption struct for VideoCaption
func NewVideoCaption ¶
func NewVideoCaption() *VideoCaption
NewVideoCaption instantiates a new VideoCaption 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 NewVideoCaptionWithDefaults ¶
func NewVideoCaptionWithDefaults() *VideoCaption
NewVideoCaptionWithDefaults instantiates a new VideoCaption 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 (*VideoCaption) GetDescription ¶ added in v1.0.10
func (o *VideoCaption) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*VideoCaption) GetDescriptionOk ¶ added in v1.0.10
func (o *VideoCaption) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoCaption) GetIsDefault ¶
func (o *VideoCaption) GetIsDefault() bool
GetIsDefault returns the IsDefault field value if set, zero value otherwise.
func (*VideoCaption) GetIsDefaultOk ¶
func (o *VideoCaption) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoCaption) GetLanguage ¶
func (o *VideoCaption) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise.
func (*VideoCaption) GetLanguageOk ¶
func (o *VideoCaption) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoCaption) GetStatus ¶ added in v1.0.10
func (o *VideoCaption) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*VideoCaption) GetStatusOk ¶ added in v1.0.10
func (o *VideoCaption) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoCaption) GetUrl ¶
func (o *VideoCaption) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*VideoCaption) GetUrlOk ¶
func (o *VideoCaption) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoCaption) HasDescription ¶ added in v1.0.10
func (o *VideoCaption) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*VideoCaption) HasIsDefault ¶
func (o *VideoCaption) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (*VideoCaption) HasLanguage ¶
func (o *VideoCaption) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (*VideoCaption) HasStatus ¶ added in v1.0.10
func (o *VideoCaption) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*VideoCaption) HasUrl ¶
func (o *VideoCaption) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*VideoCaption) SetDescription ¶ added in v1.0.10
func (o *VideoCaption) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*VideoCaption) SetIsDefault ¶
func (o *VideoCaption) SetIsDefault(v bool)
SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.
func (*VideoCaption) SetLanguage ¶
func (o *VideoCaption) SetLanguage(v string)
SetLanguage gets a reference to the given string and assigns it to the Language field.
func (*VideoCaption) SetStatus ¶ added in v1.0.10
func (o *VideoCaption) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*VideoCaption) SetUrl ¶
func (o *VideoCaption) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type VideoChapter ¶
type VideoChapter struct {
Language *string `json:"language,omitempty"`
Url *string `json:"url,omitempty"`
}
VideoChapter struct for VideoChapter
func NewVideoChapter ¶
func NewVideoChapter() *VideoChapter
NewVideoChapter instantiates a new VideoChapter 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 NewVideoChapterWithDefaults ¶
func NewVideoChapterWithDefaults() *VideoChapter
NewVideoChapterWithDefaults instantiates a new VideoChapter 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 (*VideoChapter) GetLanguage ¶
func (o *VideoChapter) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise.
func (*VideoChapter) GetLanguageOk ¶
func (o *VideoChapter) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoChapter) GetUrl ¶
func (o *VideoChapter) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*VideoChapter) GetUrlOk ¶
func (o *VideoChapter) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoChapter) HasLanguage ¶
func (o *VideoChapter) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (*VideoChapter) HasUrl ¶
func (o *VideoChapter) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*VideoChapter) SetLanguage ¶
func (o *VideoChapter) SetLanguage(v string)
SetLanguage gets a reference to the given string and assigns it to the Language field.
func (*VideoChapter) SetUrl ¶
func (o *VideoChapter) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type VideoChapterApiGetRequest ¶
type VideoChapterApiGetRequest struct {
// contains filtered or unexported fields
}
func (VideoChapterApiGetRequest) Limit ¶
func (r VideoChapterApiGetRequest) Limit(limit int32) VideoChapterApiGetRequest
func (VideoChapterApiGetRequest) Offset ¶
func (r VideoChapterApiGetRequest) Offset(offset int32) VideoChapterApiGetRequest
type VideoChapterService ¶
type VideoChapterService struct {
// contains filtered or unexported fields
}
VideoChapterService communicating with the VideoChapter endpoints of the AIOZ Stream API
func (*VideoChapterService) Create ¶
func (s *VideoChapterService) Create(id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoChapterResponse, error)
* Create Create a video chapter * Create a VTT file to add chapters to your video. Chapters help break the video into sections.
* @param id Video ID * @param lan Language * @return VideoChapterApiCreateRequest
func (*VideoChapterService) CreateFile ¶
func (s *VideoChapterService) CreateFile(id string, lan string, file *os.File) (*CreateVideoChapterResponse, error)
func (*VideoChapterService) CreateFileWithContext ¶
func (s *VideoChapterService) CreateFileWithContext(ctx context.Context, id string, lan string, file *os.File) (*CreateVideoChapterResponse, error)
func (*VideoChapterService) CreateWithContext ¶
func (s *VideoChapterService) CreateWithContext(ctx context.Context, id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoChapterResponse, error)
* Create Create a video chapter * Create a VTT file to add chapters to your video. Chapters help break the video into sections. * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id Video ID * @param lan Language * @return VideoChapterApiCreateRequest
func (*VideoChapterService) Delete ¶
func (s *VideoChapterService) Delete(id string, lan string) (*ResponseSuccess, error)
func (*VideoChapterService) DeleteWithContext ¶
func (s *VideoChapterService) DeleteWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
func (*VideoChapterService) Get ¶
func (s *VideoChapterService) Get(id string, r VideoChapterApiGetRequest) (*GetVideoChaptersResponse, error)
func (*VideoChapterService) GetWithContext ¶
func (s *VideoChapterService) GetWithContext(ctx context.Context, id string, r VideoChapterApiGetRequest) (*GetVideoChaptersResponse, error)
type VideoChapterServiceI ¶
type VideoChapterServiceI interface {
/*
* Create Create a video chapter
* @param id Video ID
* @param lan Language
* @return VideoChapterApiCreateRequest
*/
Create(id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoChapterResponse, error)
/*
* Create Create a video chapter
* @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
* @param id Video ID
* @param lan Language
* @return VideoChapterApiCreateRequest
*/
CreateWithContext(ctx context.Context, id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoChapterResponse, error)
Get(id string, r VideoChapterApiGetRequest) (*GetVideoChaptersResponse, error)
GetWithContext(ctx context.Context, id string, r VideoChapterApiGetRequest) (*GetVideoChaptersResponse, error)
Delete(id string, lan string) (*ResponseSuccess, error)
DeleteWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
}
type VideoConfig ¶ added in v1.0.10
type VideoConfig struct {
Bitrate *int32 `json:"bitrate,omitempty"`
Codec *string `json:"codec,omitempty"`
Index *int32 `json:"index,omitempty"`
}
VideoConfig struct for VideoConfig
func NewVideoConfig ¶ added in v1.0.10
func NewVideoConfig() *VideoConfig
NewVideoConfig instantiates a new VideoConfig 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 NewVideoConfigWithDefaults ¶ added in v1.0.10
func NewVideoConfigWithDefaults() *VideoConfig
NewVideoConfigWithDefaults instantiates a new VideoConfig 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 (*VideoConfig) GetBitrate ¶ added in v1.0.10
func (o *VideoConfig) GetBitrate() int32
GetBitrate returns the Bitrate field value if set, zero value otherwise.
func (*VideoConfig) GetBitrateOk ¶ added in v1.0.10
func (o *VideoConfig) GetBitrateOk() (*int32, bool)
GetBitrateOk returns a tuple with the Bitrate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoConfig) GetCodec ¶ added in v1.0.10
func (o *VideoConfig) GetCodec() string
GetCodec returns the Codec field value if set, zero value otherwise.
func (*VideoConfig) GetCodecOk ¶ added in v1.0.10
func (o *VideoConfig) GetCodecOk() (*string, bool)
GetCodecOk returns a tuple with the Codec field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoConfig) GetIndex ¶ added in v1.0.10
func (o *VideoConfig) GetIndex() int32
GetIndex returns the Index field value if set, zero value otherwise.
func (*VideoConfig) GetIndexOk ¶ added in v1.0.10
func (o *VideoConfig) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoConfig) HasBitrate ¶ added in v1.0.10
func (o *VideoConfig) HasBitrate() bool
HasBitrate returns a boolean if a field has been set.
func (*VideoConfig) HasCodec ¶ added in v1.0.10
func (o *VideoConfig) HasCodec() bool
HasCodec returns a boolean if a field has been set.
func (*VideoConfig) HasIndex ¶ added in v1.0.10
func (o *VideoConfig) HasIndex() bool
HasIndex returns a boolean if a field has been set.
func (*VideoConfig) SetBitrate ¶ added in v1.0.10
func (o *VideoConfig) SetBitrate(v int32)
SetBitrate gets a reference to the given int32 and assigns it to the Bitrate field.
func (*VideoConfig) SetCodec ¶ added in v1.0.10
func (o *VideoConfig) SetCodec(v string)
SetCodec gets a reference to the given string and assigns it to the Codec field.
func (*VideoConfig) SetIndex ¶ added in v1.0.10
func (o *VideoConfig) SetIndex(v int32)
SetIndex gets a reference to the given int32 and assigns it to the Index field.
type VideoService ¶
type VideoService struct {
// contains filtered or unexported fields
}
VideoService communicating with the Video endpoints of the AIOZ Stream API
func (*VideoService) Create ¶
func (s *VideoService) Create(request CreateMediaRequest) (*CreateMediaResponse, error)
func (*VideoService) CreateCaption ¶
func (s *VideoService) CreateCaption(id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoCaptionResponse, error)
* CreateCaption Create a new video caption * Uploads a VTT file and creates a new video caption for the specified video.
* @param id Video ID * @param lan Language * @return VideoApiCreateCaptionRequest
func (*VideoService) CreateCaptionFile ¶
func (s *VideoService) CreateCaptionFile(id string, lan string, file *os.File) (*CreateVideoCaptionResponse, error)
func (*VideoService) CreateCaptionFileWithContext ¶
func (s *VideoService) CreateCaptionFileWithContext(ctx context.Context, id string, lan string, file *os.File) (*CreateVideoCaptionResponse, error)
func (*VideoService) CreateCaptionWithContext ¶
func (s *VideoService) CreateCaptionWithContext(ctx context.Context, id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoCaptionResponse, error)
* CreateCaption Create a new video caption * Uploads a VTT file and creates a new video caption for the specified video. * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id Video ID * @param lan Language * @return VideoApiCreateCaptionRequest
func (*VideoService) CreateUploadPartStream ¶
func (s *VideoService) CreateUploadPartStream(id string, hash *string, index *string) (IUploadStream, error)
func (*VideoService) CreateWithContext ¶
func (s *VideoService) CreateWithContext(ctx context.Context, request CreateMediaRequest) (*CreateMediaResponse, error)
func (*VideoService) Delete ¶
func (s *VideoService) Delete(id string) (*ResponseSuccess, error)
func (*VideoService) DeleteCaption ¶
func (s *VideoService) DeleteCaption(id string, lan string) (*ResponseSuccess, error)
func (*VideoService) DeleteCaptionWithContext ¶
func (s *VideoService) DeleteCaptionWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
func (*VideoService) DeleteThumbnail ¶ added in v1.0.10
func (s *VideoService) DeleteThumbnail(id string) (*ResponseSuccess, error)
func (*VideoService) DeleteThumbnailWithContext ¶ added in v1.0.10
func (s *VideoService) DeleteThumbnailWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*VideoService) DeleteWithContext ¶
func (s *VideoService) DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*VideoService) GetCaptions ¶
func (s *VideoService) GetCaptions(id string, r VideoApiGetCaptionsRequest) (*GetVideoCaptionsResponse, error)
func (*VideoService) GetCaptionsWithContext ¶
func (s *VideoService) GetCaptionsWithContext(ctx context.Context, id string, r VideoApiGetCaptionsRequest) (*GetVideoCaptionsResponse, error)
func (*VideoService) GetCost ¶
func (s *VideoService) GetCost(qualities string, duration float32) (*GetTranscodeCostResponse, error)
func (*VideoService) GetCostWithContext ¶
func (s *VideoService) GetCostWithContext(ctx context.Context, qualities string, duration float32) (*GetTranscodeCostResponse, error)
func (*VideoService) GetDetail ¶
func (s *VideoService) GetDetail(id string) (*GetVideoDetailResponse, error)
func (*VideoService) GetDetailWithContext ¶
func (s *VideoService) GetDetailWithContext(ctx context.Context, id string) (*GetVideoDetailResponse, error)
func (*VideoService) GetVideoList ¶
func (s *VideoService) GetVideoList(request GetVideoListRequest) (*GetVideoListResponse, error)
func (*VideoService) GetVideoListWithContext ¶
func (s *VideoService) GetVideoListWithContext(ctx context.Context, request GetVideoListRequest) (*GetVideoListResponse, error)
func (*VideoService) GetVideoPlayerInfo ¶
func (s *VideoService) GetVideoPlayerInfo(id string, r VideoApiGetVideoPlayerInfoRequest) (*GetVideoPlayerInfoResponse, error)
func (*VideoService) GetVideoPlayerInfoWithContext ¶
func (s *VideoService) GetVideoPlayerInfoWithContext(ctx context.Context, id string, r VideoApiGetVideoPlayerInfoRequest) (*GetVideoPlayerInfoResponse, error)
func (*VideoService) SetDefaultCaption ¶
func (s *VideoService) SetDefaultCaption(id string, lan string) (*ResponseSuccess, error)
func (*VideoService) SetDefaultCaptionWithContext ¶
func (s *VideoService) SetDefaultCaptionWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
func (*VideoService) Update ¶
func (s *VideoService) Update(id string, input UpdateVideoInfoRequest) (*ResponseSuccess, error)
func (*VideoService) UpdateWithContext ¶
func (s *VideoService) UpdateWithContext(ctx context.Context, id string, input UpdateVideoInfoRequest) (*ResponseSuccess, error)
func (*VideoService) UploadPart ¶
func (s *VideoService) UploadPart(id string, hash *string, index *string, fileName string, fileReader io.Reader, fileSize int64) (*ResponseSuccess, error)
* UploadPart Upload part of video * Upload part of video
* @param id video's id * @return VideoApiUploadPartRequest
func (*VideoService) UploadPartFile ¶
func (s *VideoService) UploadPartFile(id string, file *os.File, hash *string, index *string) (*ResponseSuccess, error)
func (*VideoService) UploadPartFileWithContext ¶
func (s *VideoService) UploadPartFileWithContext(ctx context.Context, id string, file *os.File, hash *string, index *string) (*ResponseSuccess, error)
func (*VideoService) UploadPartWithContext ¶
func (s *VideoService) UploadPartWithContext(ctx context.Context, id string, hash *string, index *string, fileName string, fileReader io.Reader, fileSize int64) (*ResponseSuccess, error)
* UploadPart Upload part of video * Upload part of video * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id video's id * @return VideoApiUploadPartRequest
func (*VideoService) UploadThumbnail ¶
func (s *VideoService) UploadThumbnail(id string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
* UploadThumbnail Upload video thumbnail
* @param id video's id * @return VideoApiUploadThumbnailRequest
func (*VideoService) UploadThumbnailFile ¶
func (s *VideoService) UploadThumbnailFile(id string, file *os.File) (*ResponseSuccess, error)
func (*VideoService) UploadThumbnailFileWithContext ¶
func (s *VideoService) UploadThumbnailFileWithContext(ctx context.Context, id string, file *os.File) (*ResponseSuccess, error)
func (*VideoService) UploadThumbnailWithContext ¶
func (s *VideoService) UploadThumbnailWithContext(ctx context.Context, id string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
* UploadThumbnail Upload video thumbnail * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id video's id * @return VideoApiUploadThumbnailRequest
func (*VideoService) UploadVideoComplete ¶
func (s *VideoService) UploadVideoComplete(id string) (*ResponseSuccess, error)
func (*VideoService) UploadVideoCompleteWithContext ¶
func (s *VideoService) UploadVideoCompleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
type VideoServiceI ¶
type VideoServiceI interface {
Create(request CreateMediaRequest) (*CreateMediaResponse, error)
CreateWithContext(ctx context.Context, request CreateMediaRequest) (*CreateMediaResponse, error)
Update(id string, input UpdateVideoInfoRequest) (*ResponseSuccess, error)
UpdateWithContext(ctx context.Context, id string, input UpdateVideoInfoRequest) (*ResponseSuccess, error)
Delete(id string) (*ResponseSuccess, error)
DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
/*
* UploadThumbnail Upload video thumbnail
* @param id video's id
* @return VideoApiUploadThumbnailRequest
*/
UploadThumbnail(id string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
/*
* UploadThumbnail Upload video thumbnail
* @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
* @param id video's id
* @return VideoApiUploadThumbnailRequest
*/
UploadThumbnailWithContext(ctx context.Context, id string, fileName string, fileReader io.Reader) (*ResponseSuccess, error)
DeleteThumbnail(id string) (*ResponseSuccess, error)
DeleteThumbnailWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
/*
* CreateCaption Create a new video caption
* @param id Video ID
* @param lan Language
* @return VideoApiCreateCaptionRequest
*/
CreateCaption(id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoCaptionResponse, error)
/*
* CreateCaption Create a new video caption
* @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
* @param id Video ID
* @param lan Language
* @return VideoApiCreateCaptionRequest
*/
CreateCaptionWithContext(ctx context.Context, id string, lan string, fileName string, fileReader io.Reader) (*CreateVideoCaptionResponse, error)
DeleteCaption(id string, lan string) (*ResponseSuccess, error)
DeleteCaptionWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
GetCaptions(id string, r VideoApiGetCaptionsRequest) (*GetVideoCaptionsResponse, error)
GetCaptionsWithContext(ctx context.Context, id string, r VideoApiGetCaptionsRequest) (*GetVideoCaptionsResponse, error)
GetCost(qualities string, duration float32) (*GetTranscodeCostResponse, error)
GetCostWithContext(ctx context.Context, qualities string, duration float32) (*GetTranscodeCostResponse, error)
GetDetail(id string) (*GetVideoDetailResponse, error)
GetDetailWithContext(ctx context.Context, id string) (*GetVideoDetailResponse, error)
GetVideoList(request GetVideoListRequest) (*GetVideoListResponse, error)
GetVideoListWithContext(ctx context.Context, request GetVideoListRequest) (*GetVideoListResponse, error)
GetVideoPlayerInfo(id string, r VideoApiGetVideoPlayerInfoRequest) (*GetVideoPlayerInfoResponse, error)
GetVideoPlayerInfoWithContext(ctx context.Context, id string, r VideoApiGetVideoPlayerInfoRequest) (*GetVideoPlayerInfoResponse, error)
SetDefaultCaption(id string, lan string) (*ResponseSuccess, error)
SetDefaultCaptionWithContext(ctx context.Context, id string, lan string) (*ResponseSuccess, error)
/*
* UploadPart Upload part of video
* @param id video's id
* @return VideoApiUploadPartRequest
*/
UploadPart(id string, hash *string, index *string, fileName string, fileReader io.Reader, fileSize int64) (*ResponseSuccess, error)
/*
* UploadPart Upload part of video
* @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
* @param id video's id
* @return VideoApiUploadPartRequest
*/
UploadPartWithContext(ctx context.Context, id string, hash *string, index *string, fileName string, fileReader io.Reader, fileSize int64) (*ResponseSuccess, error)
UploadVideoComplete(id string) (*ResponseSuccess, error)
UploadVideoCompleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
}
type VideoWatermark ¶
type VideoWatermark struct {
Bottom *string `json:"bottom,omitempty"`
Height *string `json:"height,omitempty"`
Id *string `json:"id,omitempty"`
Left *string `json:"left,omitempty"`
Opacity *string `json:"opacity,omitempty"`
Right *string `json:"right,omitempty"`
Top *string `json:"top,omitempty"`
Width *string `json:"width,omitempty"`
}
VideoWatermark struct for VideoWatermark
func NewVideoWatermark ¶
func NewVideoWatermark() *VideoWatermark
NewVideoWatermark instantiates a new VideoWatermark 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 NewVideoWatermarkWithDefaults ¶
func NewVideoWatermarkWithDefaults() *VideoWatermark
NewVideoWatermarkWithDefaults instantiates a new VideoWatermark 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 (*VideoWatermark) GetBottom ¶
func (o *VideoWatermark) GetBottom() string
GetBottom returns the Bottom field value if set, zero value otherwise.
func (*VideoWatermark) GetBottomOk ¶
func (o *VideoWatermark) GetBottomOk() (*string, bool)
GetBottomOk returns a tuple with the Bottom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoWatermark) GetHeight ¶
func (o *VideoWatermark) GetHeight() string
GetHeight returns the Height field value if set, zero value otherwise.
func (*VideoWatermark) GetHeightOk ¶
func (o *VideoWatermark) GetHeightOk() (*string, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoWatermark) GetId ¶
func (o *VideoWatermark) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VideoWatermark) GetIdOk ¶
func (o *VideoWatermark) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoWatermark) GetLeft ¶
func (o *VideoWatermark) GetLeft() string
GetLeft returns the Left field value if set, zero value otherwise.
func (*VideoWatermark) GetLeftOk ¶
func (o *VideoWatermark) GetLeftOk() (*string, bool)
GetLeftOk returns a tuple with the Left field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoWatermark) GetOpacity ¶
func (o *VideoWatermark) GetOpacity() string
GetOpacity returns the Opacity field value if set, zero value otherwise.
func (*VideoWatermark) GetOpacityOk ¶
func (o *VideoWatermark) GetOpacityOk() (*string, bool)
GetOpacityOk returns a tuple with the Opacity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoWatermark) GetRight ¶
func (o *VideoWatermark) GetRight() string
GetRight returns the Right field value if set, zero value otherwise.
func (*VideoWatermark) GetRightOk ¶
func (o *VideoWatermark) GetRightOk() (*string, bool)
GetRightOk returns a tuple with the Right field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoWatermark) GetTop ¶
func (o *VideoWatermark) GetTop() string
GetTop returns the Top field value if set, zero value otherwise.
func (*VideoWatermark) GetTopOk ¶
func (o *VideoWatermark) GetTopOk() (*string, bool)
GetTopOk returns a tuple with the Top field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoWatermark) GetWidth ¶
func (o *VideoWatermark) GetWidth() string
GetWidth returns the Width field value if set, zero value otherwise.
func (*VideoWatermark) GetWidthOk ¶
func (o *VideoWatermark) GetWidthOk() (*string, bool)
GetWidthOk returns a tuple with the Width field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VideoWatermark) HasBottom ¶
func (o *VideoWatermark) HasBottom() bool
HasBottom returns a boolean if a field has been set.
func (*VideoWatermark) HasHeight ¶
func (o *VideoWatermark) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*VideoWatermark) HasId ¶
func (o *VideoWatermark) HasId() bool
HasId returns a boolean if a field has been set.
func (*VideoWatermark) HasLeft ¶
func (o *VideoWatermark) HasLeft() bool
HasLeft returns a boolean if a field has been set.
func (*VideoWatermark) HasOpacity ¶
func (o *VideoWatermark) HasOpacity() bool
HasOpacity returns a boolean if a field has been set.
func (*VideoWatermark) HasRight ¶
func (o *VideoWatermark) HasRight() bool
HasRight returns a boolean if a field has been set.
func (*VideoWatermark) HasTop ¶
func (o *VideoWatermark) HasTop() bool
HasTop returns a boolean if a field has been set.
func (*VideoWatermark) HasWidth ¶
func (o *VideoWatermark) HasWidth() bool
HasWidth returns a boolean if a field has been set.
func (*VideoWatermark) SetBottom ¶
func (o *VideoWatermark) SetBottom(v string)
SetBottom gets a reference to the given string and assigns it to the Bottom field.
func (*VideoWatermark) SetHeight ¶
func (o *VideoWatermark) SetHeight(v string)
SetHeight gets a reference to the given string and assigns it to the Height field.
func (*VideoWatermark) SetId ¶
func (o *VideoWatermark) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VideoWatermark) SetLeft ¶
func (o *VideoWatermark) SetLeft(v string)
SetLeft gets a reference to the given string and assigns it to the Left field.
func (*VideoWatermark) SetOpacity ¶
func (o *VideoWatermark) SetOpacity(v string)
SetOpacity gets a reference to the given string and assigns it to the Opacity field.
func (*VideoWatermark) SetRight ¶
func (o *VideoWatermark) SetRight(v string)
SetRight gets a reference to the given string and assigns it to the Right field.
func (*VideoWatermark) SetTop ¶
func (o *VideoWatermark) SetTop(v string)
SetTop gets a reference to the given string and assigns it to the Top field.
func (*VideoWatermark) SetWidth ¶
func (o *VideoWatermark) SetWidth(v string)
SetWidth gets a reference to the given string and assigns it to the Width field.
type Webhook ¶
type Webhook struct {
CreatedAt *string `json:"created_at,omitempty"`
EncodingFailed *bool `json:"encoding_failed,omitempty"`
EncodingFinished *bool `json:"encoding_finished,omitempty"`
EncodingStarted *bool `json:"encoding_started,omitempty"`
FileReceived *bool `json:"file_received,omitempty"`
Id *string `json:"id,omitempty"`
LastTriggeredAt *string `json:"last_triggered_at,omitempty"`
Name *string `json:"name,omitempty"`
PartialFinished *bool `json:"partial_finished,omitempty"`
UpdatedAt *string `json:"updated_at,omitempty"`
Url *string `json:"url,omitempty"`
UserId *string `json:"user_id,omitempty"`
}
Webhook struct for Webhook
func NewWebhook ¶
func NewWebhook() *Webhook
NewWebhook instantiates a new Webhook 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 NewWebhookWithDefaults ¶
func NewWebhookWithDefaults() *Webhook
NewWebhookWithDefaults instantiates a new Webhook 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 (*Webhook) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Webhook) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetEncodingFailed ¶ added in v1.0.10
GetEncodingFailed returns the EncodingFailed field value if set, zero value otherwise.
func (*Webhook) GetEncodingFailedOk ¶ added in v1.0.10
GetEncodingFailedOk returns a tuple with the EncodingFailed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetEncodingFinished ¶
GetEncodingFinished returns the EncodingFinished field value if set, zero value otherwise.
func (*Webhook) GetEncodingFinishedOk ¶
GetEncodingFinishedOk returns a tuple with the EncodingFinished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetEncodingStarted ¶
GetEncodingStarted returns the EncodingStarted field value if set, zero value otherwise.
func (*Webhook) GetEncodingStartedOk ¶
GetEncodingStartedOk returns a tuple with the EncodingStarted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetFileReceived ¶
GetFileReceived returns the FileReceived field value if set, zero value otherwise.
func (*Webhook) GetFileReceivedOk ¶
GetFileReceivedOk returns a tuple with the FileReceived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetLastTriggeredAt ¶
GetLastTriggeredAt returns the LastTriggeredAt field value if set, zero value otherwise.
func (*Webhook) GetLastTriggeredAtOk ¶
GetLastTriggeredAtOk returns a tuple with the LastTriggeredAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetPartialFinished ¶ added in v1.0.10
GetPartialFinished returns the PartialFinished field value if set, zero value otherwise.
func (*Webhook) GetPartialFinishedOk ¶ added in v1.0.10
GetPartialFinishedOk returns a tuple with the PartialFinished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Webhook) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) GetUserIdOk ¶
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Webhook) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Webhook) HasEncodingFailed ¶ added in v1.0.10
HasEncodingFailed returns a boolean if a field has been set.
func (*Webhook) HasEncodingFinished ¶
HasEncodingFinished returns a boolean if a field has been set.
func (*Webhook) HasEncodingStarted ¶
HasEncodingStarted returns a boolean if a field has been set.
func (*Webhook) HasFileReceived ¶
HasFileReceived returns a boolean if a field has been set.
func (*Webhook) HasLastTriggeredAt ¶
HasLastTriggeredAt returns a boolean if a field has been set.
func (*Webhook) HasPartialFinished ¶ added in v1.0.10
HasPartialFinished returns a boolean if a field has been set.
func (*Webhook) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (*Webhook) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Webhook) SetEncodingFailed ¶ added in v1.0.10
SetEncodingFailed gets a reference to the given bool and assigns it to the EncodingFailed field.
func (*Webhook) SetEncodingFinished ¶
SetEncodingFinished gets a reference to the given bool and assigns it to the EncodingFinished field.
func (*Webhook) SetEncodingStarted ¶
SetEncodingStarted gets a reference to the given bool and assigns it to the EncodingStarted field.
func (*Webhook) SetFileReceived ¶
SetFileReceived gets a reference to the given bool and assigns it to the FileReceived field.
func (*Webhook) SetLastTriggeredAt ¶
SetLastTriggeredAt gets a reference to the given string and assigns it to the LastTriggeredAt field.
func (*Webhook) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Webhook) SetPartialFinished ¶ added in v1.0.10
SetPartialFinished gets a reference to the given bool and assigns it to the PartialFinished field.
func (*Webhook) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
type WebhookApiListRequest ¶
type WebhookApiListRequest struct {
// contains filtered or unexported fields
}
func (WebhookApiListRequest) EncodingFinished ¶
func (r WebhookApiListRequest) EncodingFinished(encodingFinished bool) WebhookApiListRequest
func (WebhookApiListRequest) EncodingStarted ¶
func (r WebhookApiListRequest) EncodingStarted(encodingStarted bool) WebhookApiListRequest
func (WebhookApiListRequest) FileReceived ¶
func (r WebhookApiListRequest) FileReceived(fileReceived bool) WebhookApiListRequest
func (WebhookApiListRequest) Limit ¶
func (r WebhookApiListRequest) Limit(limit int32) WebhookApiListRequest
func (WebhookApiListRequest) Offset ¶
func (r WebhookApiListRequest) Offset(offset int32) WebhookApiListRequest
func (WebhookApiListRequest) OrderBy ¶
func (r WebhookApiListRequest) OrderBy(orderBy string) WebhookApiListRequest
func (WebhookApiListRequest) Search ¶
func (r WebhookApiListRequest) Search(search string) WebhookApiListRequest
func (WebhookApiListRequest) SortBy ¶
func (r WebhookApiListRequest) SortBy(sortBy string) WebhookApiListRequest
type WebhookService ¶
type WebhookService struct {
// contains filtered or unexported fields
}
WebhookService communicating with the Webhook endpoints of the AIOZ Stream API
func (*WebhookService) Check ¶
func (s *WebhookService) Check(id string) (*ResponseSuccess, error)
func (*WebhookService) CheckWithContext ¶
func (s *WebhookService) CheckWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*WebhookService) Create ¶
func (s *WebhookService) Create(request CreateWebhookRequest) (*CreateWebhookResponse, error)
func (*WebhookService) CreateWithContext ¶
func (s *WebhookService) CreateWithContext(ctx context.Context, request CreateWebhookRequest) (*CreateWebhookResponse, error)
func (*WebhookService) Delete ¶
func (s *WebhookService) Delete(id string) (*ResponseSuccess, error)
func (*WebhookService) DeleteWithContext ¶
func (s *WebhookService) DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
func (*WebhookService) Get ¶
func (s *WebhookService) Get(id string) (*GetUserWebhookResponse, error)
func (*WebhookService) GetWithContext ¶
func (s *WebhookService) GetWithContext(ctx context.Context, id string) (*GetUserWebhookResponse, error)
func (*WebhookService) List ¶
func (s *WebhookService) List(r WebhookApiListRequest) (*GetWebhooksListResponse, error)
func (*WebhookService) ListWithContext ¶
func (s *WebhookService) ListWithContext(ctx context.Context, r WebhookApiListRequest) (*GetWebhooksListResponse, error)
func (*WebhookService) Update ¶
func (s *WebhookService) Update(id string, request UpdateWebhookRequest) (*ResponseSuccess, error)
func (*WebhookService) UpdateWithContext ¶
func (s *WebhookService) UpdateWithContext(ctx context.Context, id string, request UpdateWebhookRequest) (*ResponseSuccess, error)
type WebhookServiceI ¶
type WebhookServiceI interface {
Create(request CreateWebhookRequest) (*CreateWebhookResponse, error)
CreateWithContext(ctx context.Context, request CreateWebhookRequest) (*CreateWebhookResponse, error)
Get(id string) (*GetUserWebhookResponse, error)
GetWithContext(ctx context.Context, id string) (*GetUserWebhookResponse, error)
Update(id string, request UpdateWebhookRequest) (*ResponseSuccess, error)
UpdateWithContext(ctx context.Context, id string, request UpdateWebhookRequest) (*ResponseSuccess, error)
Delete(id string) (*ResponseSuccess, error)
DeleteWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
List(r WebhookApiListRequest) (*GetWebhooksListResponse, error)
ListWithContext(ctx context.Context, r WebhookApiListRequest) (*GetWebhooksListResponse, error)
Check(id string) (*ResponseSuccess, error)
CheckWithContext(ctx context.Context, id string) (*ResponseSuccess, error)
}
Source Files
¶
- api_api_key.go
- api_players.go
- api_playlist.go
- api_video.go
- api_video_chapter.go
- api_webhook.go
- client.go
- model_add_player_themes_to_video_request.go
- model_add_video_to_playlist_request.go
- model_api_key.go
- model_asset.go
- model_audio_config.go
- model_controls.go
- model_create_api_key_data.go
- model_create_api_key_request.go
- model_create_api_key_response.go
- model_create_media_request.go
- model_create_media_response.go
- model_create_player_theme_request.go
- model_create_player_themes_data.go
- model_create_player_themes_response.go
- model_create_playlist_data.go
- model_create_playlist_request.go
- model_create_playlist_response.go
- model_create_video_caption_data.go
- model_create_video_caption_response.go
- model_create_video_chapter_data.go
- model_create_video_chapter_response.go
- model_create_webhook_data.go
- model_create_webhook_request.go
- model_create_webhook_response.go
- model_get_api_keys_data.go
- model_get_api_keys_response.go
- model_get_player_theme_by_id_data.go
- model_get_player_theme_by_id_response.go
- model_get_player_theme_data.go
- model_get_player_theme_response.go
- model_get_playlist_by_id_data.go
- model_get_playlist_by_id_response.go
- model_get_playlist_list_data.go
- model_get_playlist_list_request.go
- model_get_playlist_list_response.go
- model_get_transcode_cost_data.go
- model_get_transcode_cost_response.go
- model_get_user_webhook_data.go
- model_get_user_webhook_response.go
- model_get_video_captions_data.go
- model_get_video_captions_response.go
- model_get_video_chapters_data.go
- model_get_video_chapters_response.go
- model_get_video_detail_response.go
- model_get_video_list_data.go
- model_get_video_list_request.go
- model_get_video_list_response.go
- model_get_video_player_info_response.go
- model_get_webhooks_list_data.go
- model_get_webhooks_list_response.go
- model_media.go
- model_metadata.go
- model_move_video_in_playlist_request.go
- model_player_theme.go
- model_playlist.go
- model_playlist_item.go
- model_playlist_item_media.go
- model_public_playlist_object.go
- model_quality_config.go
- model_quality_object.go
- model_remove_player_themes_from_media_request.go
- model_rename_api_key_request.go
- model_request_create_caption.go
- model_response_error.go
- model_response_success.go
- model_theme.go
- model_update_player_theme_request.go
- model_update_player_theme_response.go
- model_update_video_info_request.go
- model_update_webhook_request.go
- model_upload_logo_by_id_response.go
- model_user.go
- model_video_assets.go
- model_video_caption.go
- model_video_chapter.go
- model_video_config.go
- model_video_watermark.go
- model_webhook.go
- utils.go