Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
Google_Service_Dfareporting_ChangeLogs_Resource Class Reference

The "changeLogs" collection of methods. More...

Inheritance diagram for Google_Service_Dfareporting_ChangeLogs_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($profileId, $id, $optParams=array())
 Gets one change log by ID.
 
 listChangeLogs ($profileId, $optParams=array())
 Retrieves a list of change logs.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "changeLogs" collection of methods.

Typical usage is: $dfareportingService = new Google_Service_Dfareporting(...); $changeLogs = $dfareportingService->changeLogs;

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_Dfareporting_ChangeLogs_Resource::get ( $profileId,
$id,
$optParams = array() )

Gets one change log by ID.

(changeLogs.get)

Parameters
string$profileIdUser profile ID associated with this request.
string$idChange log ID.
array$optParamsOptional parameters.
Return values
Google_Service_Dfareporting_ChangeLog

◆ listChangeLogs()

Google_Service_Dfareporting_ChangeLogs_Resource::listChangeLogs ( $profileId,
$optParams = array() )

Retrieves a list of change logs.

(changeLogs.listChangeLogs)

Parameters
string$profileIdUser profile ID associated with this request.
array$optParamsOptional parameters.

@opt_param string minChangeTime Select only change logs whose change time is before the specified minChangeTime.The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset. @opt_param string searchString Select only change logs whose object ID, user name, old or new values match the search string. @opt_param string maxChangeTime Select only change logs whose change time is before the specified maxChangeTime.The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset. @opt_param string userProfileIds Select only change logs with these user profile IDs. @opt_param string ids Select only change logs with these IDs. @opt_param int maxResults Maximum number of results to return. @opt_param string objectIds Select only change logs with these object IDs. @opt_param string pageToken Value of the nextPageToken from the previous result page. @opt_param string action Select only change logs with the specified action. @opt_param string objectType Select only change logs with the specified object type.

Return values
Google_Service_Dfareporting_ChangeLogsListResponse

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