Bagikan melalui


CommitmentAssociationsListNextResponse type

Berisi data respons untuk operasi listNext.

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