Available in Classic
This is the domain information.
Syntax
The syntax is as follows.
public class DomainResponse {
private Long id;
private String name;
private boolean completeYn;
private String status;
}
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id |
Long | - | Domain ID |
name |
String | - | Domain name |
completeYn |
Boolean | - | Domain completion status
|
status |
String | - | Domain status
|