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

The "preferreddeals" collection of methods. More...

Inheritance diagram for Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($accountId, $dealId, $optParams=array())
 Get information about the selected Ad Exchange Preferred Deal.
 
 listAccountsPreferreddeals ($accountId, $optParams=array())
 List the preferred deals for this Ad Exchange account.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "preferreddeals" collection of methods.

Typical usage is: $adexchangesellerService = new Google_Service_AdExchangeSeller(...); $preferreddeals = $adexchangesellerService->preferreddeals;

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

◆ get()

Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource::get ( $accountId,
$dealId,
$optParams = array() )

Get information about the selected Ad Exchange Preferred Deal.

(preferreddeals.get)

Parameters
string$accountIdAccount owning the deal.
string$dealIdPreferred deal to get information about.
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeSeller_PreferredDeal

◆ listAccountsPreferreddeals()

Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource::listAccountsPreferreddeals ( $accountId,
$optParams = array() )

List the preferred deals for this Ad Exchange account.

(preferreddeals.listAccountsPreferreddeals)

Parameters
string$accountIdAccount owning the deals.
array$optParamsOptional parameters.
Return values
Google_Service_AdExchangeSeller_PreferredDeals

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