Sdílet prostřednictvím


CommitmentAssociationsMoveResponse type

Obsahuje data odpovědí pro operaci přesunutí.

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