class OperatingSystems extends Resource (View source)

The "operatingSystems" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $operatingSystems = $dfareportingService->operatingSystems;

Methods

get(string $profileId, string $dartId, array $optParams = [])

Gets one operating system by DART ID. (operatingSystems.get)

listOperatingSystems(string $profileId, array $optParams = [])

Retrieves a list of operating systems.

Details

OperatingSystem get(string $profileId, string $dartId, array $optParams = [])

Gets one operating system by DART ID. (operatingSystems.get)

Parameters

string $profileId

User profile ID associated with this request.

string $dartId

Operating system DART ID.

array $optParams

Optional parameters.

Return Value

OperatingSystem

Exceptions

Exception

OperatingSystemsListResponse listOperatingSystems(string $profileId, array $optParams = [])

Retrieves a list of operating systems.

(operatingSystems.listOperatingSystems)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

OperatingSystemsListResponse

Exceptions

Exception