DomainCreateRequest

Prev Next

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
  • true | false