ModelUpdateSubListResponse type
Contains response data for the updateSubList operation.
type ModelUpdateSubListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}