awInfoSelectorSpecifies the type of API usage information to be returned. API usage information returned is based on the #apiUsageType specified. All returned values are specific to the developer token being used to call
- InfoService.get
For each of the
values, other- InfoSelector
- FREE_USAGE_API_UNITS_PER_MONTH
- TOTAL_USAGE_API_UNITS_PER_MONTH
- OPERATION_COUNT
- UNIT_COUNT
- UNIT_COUNT_FOR_CLIENTS
- METHOD_COST
Located in /classes/info/InfoSelector.php
awComplexObject | --awInfoSelector
string
$apiUsageType
The API usage type information that needs to be fetched.
<span class="constraint Required">This field is required and should not be {@code null}.</span>
long[]
$clientCustomerIds
List of login customer IDs used to identify the clients to retrieve the API usage for.
If the list is null or empty, return the API usage for all clients. NOTE: Only one of clientEmails or clientCustomerIds may be specified at once.
string[]
$clientEmails
List of login emails used to identify the clients to retrieve the API usage for.
If the list is null or empty, return the API usage for all clients. NOTE: Only one of clientEmails or clientCustomerIds may be specified at once.
awDateRange
$dateRange
Date range to get the API usage for. The given dates are inclusive; to get the usage information for a single day, supply it as both the start and end date.
bool
$includeSubAccounts
If true, include child accounts of the MCC in the search.
string
$methodName
The method whose cost has been queried.
string
$operator
Specifies the operator. This is applicable when the method is a "mutate" method.
string
$serviceName
The name of the service.
mixed
$_checkFields
= array(Inherited from awComplexObject
awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Inherited From awComplexObject
awComplexObject::__construct()
awComplexObject::factory()
awComplexObject::get()
awComplexObject::getAsObj()
awComplexObject::getCheckFields()
awComplexObject::getRow()
awComplexObject::getSoapVars()
awComplexObject::getXml()
awComplexObject::isEmpty()
awComplexObject::remove()
awComplexObject::set()
awComplexObject::setRow()
Documentation generated on Fri, 23 Mar 2012 13:44:00 +0200 by phpDocumentor 1.4.3