class VideoAbuseReportReasons extends Resource (View source)

The "videoAbuseReportReasons" collection of methods.

Typical usage is:

 $youtubeService = new Google\Service\YouTube(...);
 $videoAbuseReportReasons = $youtubeService->videoAbuseReportReasons;

Methods

listVideoAbuseReportReasons(string|array $part, array $optParams = [])

Retrieves a list of resources, possibly filtered.

Details

VideoAbuseReportReasonListResponse listVideoAbuseReportReasons(string|array $part, array $optParams = [])

Retrieves a list of resources, possibly filtered.

(videoAbuseReportReasons.listVideoAbuseReportReasons)

Parameters

string|array $part

The part parameter specifies the videoCategory resource parts that the API response will include. Supported values are id and snippet.

array $optParams

Optional parameters.

Return Value

VideoAbuseReportReasonListResponse

Exceptions

Exception