Skip to content

dsdk / v1.47 / ServiceCreateResponse

Type Alias: ServiceCreateResponse ​

ServiceCreateResponse: object

contains the information returned to a client on the creation of a new service.

Type declaration ​

NameTypeDescription
ID?stringThe ID of the created service.
Warnings?string[] | nullOptional warning message. FIXME(thaJeztah): this should have "omitempty" in the generated type.