forContentOwner property
This parameter can only be used in a properly authorized request, and it is intended exclusively for YouTube content partners.
boolean
The forContentOwner parameter restricts the search to only retrieve
videos owned by the content owner identified by the
onBehalfOfContentOwner parameter. If forContentOwner is set to
true, the request must also meet these requirements:
- The
onBehalfOfContentOwnerparameter is required. - The user authorizing the request must be using an account linked to the specified content owner.
- The
typeparameter value must be set tovideo. - None of the following other parameters can be set:
videoDefinition,videoDimension,videoDuration,videoLicense,videoEmbeddable,videoSyndicated,videoType.
Implementation
final bool? forContentOwner;