AnalyticsRules
Table of Contents
Constants
-
RESOURCE_PATH
= '/analytics/rules'
Properties
-
$analyticsRules
: mixed
-
$apiCall
: ApiCall
Methods
-
__construct()
: mixed
-
__get()
: mixed
-
retrieve()
: mixed
-
upsert()
: mixed
-
endpoint_path()
: mixed
RESOURCE_PATH
public
mixed
RESOURCE_PATH
= '/analytics/rules'
$analyticsRules
private
mixed
$analyticsRules
= []
$apiCall
private
ApiCall
$apiCall
__construct()
public
__construct(ApiCall $apiCall) : mixed
Parameters
-
$apiCall
: ApiCall
-
__get()
public
__get(mixed $ruleName) : mixed
Parameters
-
$ruleName
: mixed
-
retrieve()
public
retrieve() : mixed
upsert()
public
upsert(mixed $ruleName, mixed $params) : mixed
Parameters
-
$ruleName
: mixed
-
-
$params
: mixed
-
endpoint_path()
private
endpoint_path([mixed $operation = null ]) : mixed
Parameters
-
$operation
: mixed
= null
-