GetCustomModelResponse type
Contains response data for the getCustomModel operation.
type GetCustomModelResponse = ModelResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelResult
}
}