Sdílet prostřednictvím


CommitmentAssociationsListResponse type

Obsahuje data odpovědí pro operaci seznamu.

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