ChannelBrandingSettings class

Constructors

ChannelBrandingSettings({String? title, String? description, List<String>? keywords, String? trackingAnalyticsAccountId, bool? moderateComments, String? unsubscribedTrailer, String? defaultLanguage, String? country})
const
ChannelBrandingSettings.fromJsonData(Map<String, dynamic> data)
factory

Properties

country String?
The country with which the channel is associated. Update this property to set the value of the snippet.country property.
final
defaultLanguage String?
The language of the text in the channel resource's snippet.title and snippet.description properties.
final
description String?
The channel description, which appears in the channel information box on your channel page. The property's value has a maximum length of 1000 characters.
final
hashCode int
The hash code for this object.
no setterinherited
keywords List<String>?
Keywords associated with your channel. The value is a space-separated list of strings. Channel keywords might be truncated if they exceed the maximum allowed length of 500 characters or if they contained unescaped quotation marks ("). Note that the 500 character limit is not a per-keyword limit but rather a limit on the total length of all keywords.
final
moderateComments bool?
This setting determines whether user-submitted comments left on the channel page need to be approved by the channel owner to be publicly visible. The default value is false.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The channel's title. The title has a maximum length of 30 characters.
final
trackingAnalyticsAccountId String?
The ID for a Google Analytics account that you want to use to track and measure traffic to your channel.
final
unsubscribedTrailer String?
The video that should play in the featured video module in the channel page's browse view for unsubscribed viewers. Subscribed viewers may see a different video that highlights more recent channel activity.
final

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