redis-cloud-api-sdk
Version:
This is a client for the Redislabs Cloud API
11 lines (10 loc) • 358 B
JavaScript
/**
* Cloud account object
* @param id The id of the cloud account
* @param name The name of the cloud account
* @param provider The provider of the cloud account
* @param status The status of the cloud account
* @param accessKeyId The access key id of the cloud account
*/
Object.defineProperty(exports, "__esModule", { value: true });
;