Watermarks class

A Watermarks resource identifies an image that displays during playbacks of a specified channel's videos. You can also specify a target channel to which the image will link as well as timing details that determine when the watermark appears during video playbacks and the length of time it is visible.

Constructors

Watermarks(Dio dio)

Properties

accept String
finalinherited
contentType String
finalinherited
dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildParts(List<String> partList, String part) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set({required String channelId, required dynamic watermarksResource}) Future<bool>
Uploads a watermark image to YouTube and sets it for a channel.
toString() String
A string representation of this object.
inherited
unset({required String channelId}) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited