GetAccountDetailResponse
- Print
- PDF
GetAccountDetailResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
These are Data Forest account details.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private String id;
private String name;
private String status;
private String createdAt;
private QuotaResponse quotas;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the account details query was successful
|
message | String | Optional | Result message after querying the account details |
id | String | Required | Account identifier UUID (base62) |
name | String | Optional | Account name |
status | String | Optional | Account status
|
createdAt | String | Optional | Account creation date and time |
quotas | QuotaResponse | Optional | QuotaResponse data type |
Was this article helpful?