Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.33 KB

ServiceListResponse.md

File metadata and controls

20 lines (16 loc) · 1.33 KB

# ServiceListResponse

Properties

Name Type Description Notes
created_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
deleted_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
updated_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
comment string A freeform descriptive note. [optional]
name string The name of the service. [optional]
customer_id string Alphanumeric string identifying the customer. [optional]
type string The type of this service. [optional] [one of: 'vcl', 'wasm']
id string [optional] [readonly]
version int Current version of the service. [optional]
versions \Fastly\Model\SchemasVersionResponse[] A list of versions associated with the service. [optional]
environments \Fastly\Model\Environment[] A list of environments where the service has been deployed. [optional]

[Back to API list] [Back to README]