UsagesListResponse type

Contains response data for the list operation.

type UsagesListResponse = ListUsagesResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ListUsagesResult
  }
}