Service Spec Response
data class ServiceSpecResponse(val template: RevisionTemplateResponse, val traffic: List<TrafficTargetResponse>)
ServiceSpec holds the desired state of the Route (from the client), which is used to manipulate the underlying Route and Configuration(s).