Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

DomainResponse

Prev Next

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
  • true | false
status String - Domain status
  • PROCESS | FAIL | SUCCESS
    • PROCESS: in progress
    • FAIL: incomplete
    • SUCCESS: complete