Compartir a través de


ChangeDirectoryResult interface

Change directory result for reservation order or reservation

Properties

error

Error reason if operation failed. Null otherwise

id

Identifier of the reservation order or reservation

isSucceeded

True if change directory operation succeeded on this reservation order or reservation

name

Name of the reservation order or reservation

Property Details

error

Error reason if operation failed. Null otherwise

error?: string

Property Value

string

id

Identifier of the reservation order or reservation

id?: string

Property Value

string

isSucceeded

True if change directory operation succeeded on this reservation order or reservation

isSucceeded?: boolean

Property Value

boolean

name

Name of the reservation order or reservation

name?: string

Property Value

string