youtubeChannelLinks property
Linked YouTube channels that are active or pending approval.
To create a new link request, add a new link with status active
to the
list. It will remain in a pending
state until approved or rejected in
the YT Creator Studio interface. To delete an active link, or to cancel a
link request, remove it from the list.
Implementation
core.List<AccountYouTubeChannelLink>? youtubeChannelLinks;