ServiceCreateResponse

constructor(ID: String? = null, warnings: List<String>? = null)

Parameters

ID

The ID of the created service.

warnings

Optional warning message. FIXME(thaJeztah): this should have \"omitempty\" in the generated type.