Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Playmoviespartner_AccountsAvails_Resource Class Reference

The "avails" collection of methods. More...

Inheritance diagram for Google_Service_Playmoviespartner_AccountsAvails_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 listAccountsAvails ($accountId, $optParams=array())
 List Avails owned or managed by the partner.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "avails" collection of methods.

Typical usage is: $playmoviespartnerService = new Google_Service_Playmoviespartner(...); $avails = $playmoviespartnerService->avails;

Member Function Documentation

◆ 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
Google_Exception

◆ listAccountsAvails()

Google_Service_Playmoviespartner_AccountsAvails_Resource::listAccountsAvails ( $accountId,
$optParams = array() )

List Avails owned or managed by the partner.

See Authentication and Authorization rules and List methods rules for more information about this method. (avails.listAccountsAvails)

Parameters
string$accountIdREQUIRED. See General rules for more information about this field.
array$optParamsOptional parameters.

@opt_param string pphNames See List methods rules for info about this field. @opt_param string videoIds Filter Avails that match any of the given video_ids. @opt_param int pageSize See List methods rules for info about this field. @opt_param string title Filter Avails that match a case-insensitive substring of the default Title name. @opt_param string altId Filter Avails that match a case-insensitive, partner- specific custom id. @opt_param string territories Filter Avails that match (case-insensitive) any of the given country codes, using the "ISO 3166-1 alpha-2" format (examples: "US", "us", "Us"). @opt_param string studioNames See List methods rules for info about this field. @opt_param string pageToken See List methods rules for info about this field.

Return values
Google_Service_Playmoviespartner_ListAvailsResponse

The documentation for this class was generated from the following file: