ModelGetExplicitListResponse type
Contains response data for the getExplicitList operation.
type ModelGetExplicitListResponse = ExplicitListItem[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExplicitListItem[]
}
}