Class: OrganizationsQuota

OrganizationsQuota

Manage Quotas for an Organization

Constructor

new OrganizationsQuota(endPoint)

Parameters:
Name Type Description
endPoint String [CC endpoint]
Source:

Methods

add(quotaOptions) → {JSON}

Parameters:
Name Type Description
quotaOptions JSON [org options]
Source:
Returns:
[return a JSON response]
Type
JSON

getQuotaDefinition(guid) → {JSON}

Parameters:
Name Type Description
guid String [org guid]
Source:
Returns:
[return a JSON response]
Type
JSON

getQuotaDefinitions() → {JSON}

Source:
Returns:
[return a JSON response]
Type
JSON

remove(guid, async) → {JSON}

Parameters:
Name Type Description
guid String [quota guid]
async Boolean [description]
Source:
Returns:
[return a JSON response]
Type
JSON