Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 528 Bytes

File metadata and controls

19 lines (9 loc) · 528 Bytes

ServiceCreateResponse

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

Properties

Name Type Description Notes
ID String The ID of the created service. [optional]
warnings List<String> Optional warning message. FIXME(thaJeztah): this should have &quot;omitempty&quot; in the generated type. [optional]

Implemented Interfaces

  • Serializable