Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.47 KB

ServiceResponse.md

File metadata and controls

22 lines (17 loc) · 1.47 KB

ServiceResponse

Properties

Name Type Description Notes
created_at Option<String> Date and time in ISO 8601 format. [readonly]
deleted_at Option<String> Date and time in ISO 8601 format. [readonly]
updated_at Option<String> Date and time in ISO 8601 format. [readonly]
comment Option<String> A freeform descriptive note.
name Option<String> The name of the service.
customer_id Option<String> Alphanumeric string identifying the customer.
_type Option<String> The type of this service.
id Option<String> [readonly]
publish_key Option<String> Unused at this time.
paused Option<bool> Whether the service is paused. Services are paused due to a lack of traffic for an extended period of time. Services are resumed either when a draft version is activated or a locked version is cloned and reactivated.
versions Option<Vec<crate::models::SchemasVersionResponse>> A list of versions associated with the service.
environments Option<Vec<crate::models::Environment>> A list of environments where the service has been deployed.

[Back to API list] [Back to README]