PathGetSystemPropertiesResponse type

Bevat responsgegevens voor de getSystemProperties-operatie .

type PathGetSystemPropertiesResponse = WithResponse<
  PathGetSystemPropertiesHeaders,
  PathGetPropertiesHeadersModel
>