ComputePoliciesListByAccountNextResponse type

Contains response data for the listByAccountNext operation.

type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ComputePolicyListResult
  }
}