Bagikan melalui


CommitmentAssociationsMoveResponse type

Berisi data respons untuk operasi pemindahan.

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