Name | Type | Description | Notes |
---|---|---|---|
Timecode | string | Frame in video to be used as a placeholder before the video plays. Example: '"00:01:00.000" for 1 minute into the video.' Valid Patterns: "hh:mm:ss.ms" "hh:mm:ss:frameNumber" "124" (integer value is reported as seconds) If selection is out of range, "00:00:00.00" will be chosen. |
func NewVideoThumbnailPickPayload(timecode string, ) *VideoThumbnailPickPayload
NewVideoThumbnailPickPayload instantiates a new VideoThumbnailPickPayload 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 NewVideoThumbnailPickPayloadWithDefaults() *VideoThumbnailPickPayload
NewVideoThumbnailPickPayloadWithDefaults instantiates a new VideoThumbnailPickPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *VideoThumbnailPickPayload) GetTimecode() string
GetTimecode returns the Timecode field if non-nil, zero value otherwise.
func (o *VideoThumbnailPickPayload) GetTimecodeOk() (*string, bool)
GetTimecodeOk returns a tuple with the Timecode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VideoThumbnailPickPayload) SetTimecode(v string)
SetTimecode sets Timecode field to given value.