PathGetSystemPropertiesResponse type

Obsahuje data odpovědí pro operaci getSystemProperties .

type PathGetSystemPropertiesResponse = WithResponse<
  PathGetSystemPropertiesHeaders,
  PathGetPropertiesHeadersModel
>