docker-sdk-rust/docs/ServiceCreateResponse.md
2025-06-16 16:37:36 +07:00

528 B

ServiceCreateResponse

Properties

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

[Back to Model list] [Back to API list] [Back to README]