ChannelBelongSnippet class abstract

Inheritance
Implementers

Constructors

ChannelBelongSnippet({DateTime? publishedAt, String? title, String? description, Map<ThumbnailResolution, Thumbnail>? thumbnails, String? defaultLanguage, String? channelId, String? channelTitle})
const

Properties

channelId String?
The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
final
channelTitle String?
Channel title for the channel that the video belongs to.
final
defaultLanguage String?
The language of the text in the video resource's snippet.title and snippet.description properties.
finalinherited
description String?
The video's description. The property value has a maximum length of 5000 bytes and may contain all valid UTF-8 characters except < and >.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
publishedAt DateTime?
The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. For example, if a video is uploaded as a private video and then made public at a later time, this property will specify the time that the video was made public.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails Map<ThumbnailResolution, Thumbnail>?
A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
finalinherited
title String?
The video's title. The property value has a maximum length of 100 characters and may contain all valid UTF-8 characters except < and >. You must set a value for this property if you call the videos.update method and are updating the snippet part of a video resource.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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