CommitmentAssociationsListNextResponse type

Contains response data for the listNext operation.

type CommitmentAssociationsListNextResponse =
  CommitmentAssociationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: CommitmentAssociationListResult
    }
  }