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

The "lineitems" collection of methods. More...

Inheritance diagram for Google_Service_DoubleClickBidManager_Lineitems_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 downloadlineitems (Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody, $optParams=array())
 Retrieves line items in CSV format.
 
 uploadlineitems (Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody, $optParams=array())
 Uploads line items in CSV format.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "lineitems" collection of methods.

Typical usage is: $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...); $lineitems = $doubleclickbidmanagerService->lineitems;

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

◆ downloadlineitems()

Google_Service_DoubleClickBidManager_Lineitems_Resource::downloadlineitems ( Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody,
$optParams = array() )

Retrieves line items in CSV format.

(lineitems.downloadlineitems)

Parameters
Google_DownloadLineItemsRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_DoubleClickBidManager_DownloadLineItemsResponse

◆ uploadlineitems()

Google_Service_DoubleClickBidManager_Lineitems_Resource::uploadlineitems ( Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody,
$optParams = array() )

Uploads line items in CSV format.

(lineitems.uploadlineitems)

Parameters
Google_UploadLineItemsRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_DoubleClickBidManager_UploadLineItemsResponse

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