مشاركة عبر


CommitmentAssociationsGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

type CommitmentAssociationsGetResponse = CommitmentAssociation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentAssociation
  }
}