共用方式為


CommitmentAssociationsMoveResponse type

包含移動作業的回應數據。

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