PathGetSystemPropertiesResponse type

Innehåller svarsdata för getSystemProperties-operationen .

type PathGetSystemPropertiesResponse = WithResponse<
  PathGetSystemPropertiesHeaders,
  PathGetPropertiesHeadersModel
>