PathGetSystemPropertiesResponse type

Contient les données de réponse pour l’opération getSystemProperties .

type PathGetSystemPropertiesResponse = WithResponse<
  PathGetSystemPropertiesHeaders,
  PathGetPropertiesHeadersModel
>