ModelCreatePatternAnyEntityModelResponse type
Contains response data for the createPatternAnyEntityModel operation.
type ModelCreatePatternAnyEntityModelResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}