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 ​
Name | Type | Description |
---|---|---|
ID ? | string | The ID of the created service. |
Warnings ? | string [] | null | Optional warning message. FIXME(thaJeztah): this should have "omitempty" in the generated type. |