ModelGetExplicitListResponse type
Contiene datos de respuesta para la operación getExplicitList.
type ModelGetExplicitListResponse = ExplicitListItem[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExplicitListItem[]
}
}