ChangeLogs
class ChangeLogs extends Resource (View source)
The "changeLogs" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$changeLogs = $dfareportingService->changeLogs;
Methods
get(string $profileId, string $id, array $optParams = [])
Gets one change log by ID. (changeLogs.get)
listChangeLogs(string $profileId, array $optParams = [])
Retrieves a list of change logs. This method supports paging.
Details
ChangeLog
get(string $profileId, string $id, array $optParams = [])
Gets one change log by ID. (changeLogs.get)
ChangeLogsListResponse
listChangeLogs(string $profileId, array $optParams = [])
Retrieves a list of change logs. This method supports paging.
(changeLogs.listChangeLogs)