ChannelPart enum

The part parameter specifies a comma-separated list of one or more channel resource properties that the API response will include.

string

If the parameter identifies a property that contains child properties, the child properties will be included in the response. For example, in a channel resource, the contentDetails property contains other properties, such as the uploads properties. As such, if you set part=contentDetails, the API response will also contain all of those nested properties.

The following list contains the part names that you can include in the parameter value:

  • auditDetails
  • brandingSettings
  • contentDetails
  • contentOwnerDetails
  • id
  • localizations
  • snippet
  • statistics
  • status
  • topicDetails
Inheritance
Available extensions

Values

auditDetails → const ChannelPart
brandingSettings → const ChannelPart
contentDetails → const ChannelPart
contentOwnerDetails → const ChannelPart
id → const ChannelPart
localizations → const ChannelPart
snippet → const ChannelPart
statistics → const ChannelPart
status → const ChannelPart
topicDetails → const ChannelPart

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

implementedParts → const Set<ChannelPart>
values → const List<ChannelPart>
A constant List of the values in this enum, in order of their declaration.