CommitmentAssociationsMoveResponse type
Contains response data for the move operation.
type CommitmentAssociationsMoveResponse = CommitmentAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociation
}
}