PathGetSystemPropertiesResponse type

getSystemProperties操作の応答データを含みます。

type PathGetSystemPropertiesResponse = WithResponse<
  PathGetSystemPropertiesHeaders,
  PathGetPropertiesHeadersModel
>