forContentOwner property

bool? forContentOwner
final

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 onBehalfOfContentOwner parameter is required.
  • The user authorizing the request must be using an account linked to the specified content owner.
  • The type parameter value must be set to video.
  • None of the following other parameters can be set: videoDefinition, videoDimension, videoDuration, videoLicense, videoEmbeddable, videoSyndicated, videoType.

Implementation

final bool? forContentOwner;