Channel class
A channel resource contains information about a YouTube channel.
Constructors
-
Channel({ChannelAuditDetails? auditDetails, ChannelBrandingSettings? brandingSettings, ChannelContentDetails? contentDetails, ChannelContentOwnerDetails? contentOwnerDetails, ChannelConversionPings? conversionPings, String? etag, String? id, String? kind, Map<
String, ChannelLocalization> ? localizations, ChannelSnippet? snippet, ChannelStatistics? statistics, ChannelStatus? status, ChannelTopicDetails? topicDetails}) - Channel.fromJson(Map json_)
Properties
- auditDetails ↔ ChannelAuditDetails?
-
The auditionDetails object encapsulates channel data that is relevant for
YouTube Partners during the audition process.
getter/setter pair
- brandingSettings ↔ ChannelBrandingSettings?
-
The brandingSettings object encapsulates information about the branding of
the channel.
getter/setter pair
- contentDetails ↔ ChannelContentDetails?
-
The contentDetails object encapsulates information about the channel's
content.
getter/setter pair
- contentOwnerDetails ↔ ChannelContentOwnerDetails?
-
The contentOwnerDetails object encapsulates channel data that is relevant
for YouTube Partners linked with the channel.
getter/setter pair
- conversionPings ↔ ChannelConversionPings?
-
The conversionPings object encapsulates information about conversion pings
that need to be respected by the channel.
getter/setter pair
- etag ↔ String?
-
Etag of this resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID that YouTube uses to uniquely identify the channel.
getter/setter pair
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
-
localizations
↔ Map<
String, ChannelLocalization> ? -
Localizations for different languages
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snippet ↔ ChannelSnippet?
-
The snippet object contains basic details about the channel, such as its
title, description, and thumbnail images.
getter/setter pair
- statistics ↔ ChannelStatistics?
-
The statistics object encapsulates statistics for the channel.
getter/setter pair
- status ↔ ChannelStatus?
-
The status object encapsulates information about the privacy status of the
channel.
getter/setter pair
- topicDetails ↔ ChannelTopicDetails?
-
The topicDetails object encapsulates information about Freebase topics
associated with the channel.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited