Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.55 KB

ServiceListResponse.md

File metadata and controls

22 lines (17 loc) · 1.55 KB

ServiceListResponse

Properties

Name Type Description Notes
created_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
deleted_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
updated_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
comment str, none_type A freeform descriptive note. [optional]
name str The name of the service. [optional]
customer_id str Alphanumeric string identifying the customer. [optional]
type str The type of this service. [optional]
id str [optional] [readonly]
version int Current version of the service. [optional]
versions [SchemasVersionResponse] A list of versions associated with the service. [optional]
environments [Environment] A list of environments where the service has been deployed. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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