DomainCreateRequest
- Print
- PDF
DomainCreateRequest
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the domain creation information.
Syntax
The syntax is as follows.
public class DomainCreateRequest {
private String name;
private String comments;
}
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
name | String | Required | Domain name |
comments | Boolean | Optional | Domain description
|
Was this article helpful?