The "reportTypes" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | listReportTypes ($optParams=array()) |
| | Lists report types.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "reportTypes" collection of methods.
Typical usage is: $youtubereportingService = new Google_Service_YouTubeReporting(...); $reportTypes = $youtubereportingService->reportTypes;
◆ call()
| Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
| $name | |
| $arguments | |
| $expected_class | - optional, the expected class name |
- Return values
-
| Google_Http_Request|expected_class | |
- Exceptions
-
◆ listReportTypes()
| Google_Service_YouTubeReporting_ReportTypes_Resource::listReportTypes |
( |
| $optParams = array() | ) |
|
Lists report types.
(reportTypes.listReportTypes)
- Parameters
-
| array | $optParams | Optional parameters. |
@opt_param string pageToken A token identifying a page of results the server should return. Typically, this is the value of ListReportTypesResponse.next_page_token returned in response to the previous call to the ListReportTypes method. @opt_param string onBehalfOfContentOwner The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel). @opt_param int pageSize Requested page size. Server may return fewer report types than requested. If unspecified, server will pick an appropriate default.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/YouTubeReporting.php