Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchUpdateChannels ¶
type BatchUpdateChannels struct {
PlatformType string
}
BatchUpdateChannels is the input for BatchUpdateChannel
func NewBatchUpdateChannelInput ¶
func NewBatchUpdateChannelInput( platformType string, ) *BatchUpdateChannels
NewBatchUpdateChannelInput returns a new BatchUpdateChannelInput
type GetCreator ¶
type GetCreator struct {
ID string
}
func NewGetCreator ¶
func NewGetCreator( id string, ) *GetCreator
type ListCreators ¶
func NewListCreators ¶
func NewListCreators( ids []string, creatorType string, page uint64, limit uint64, ) *ListCreators
type UpdateExistVideos ¶
func NewUpdateExistVideos ¶
func NewUpdateExistVideos( period string, ) *UpdateExistVideos
type UpdatePlatformVideos ¶
UpdatePlatformVideos is the input for UpsertVideo
func NewUpsertVideoInput ¶
func NewUpsertVideoInput( platformTypes []string, videoType string, ) *UpdatePlatformVideos
NewUpsertVideoInput returns a new UpsertVideoInput
Click to show internal directories.
Click to hide internal directories.