Sdílet prostřednictvím


CommitmentAssociationsListNextResponse type

Obsahuje data odpovědi pro operaci listNext.

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