共用方式為


ServiceGetPropertiesResponse type

包含 getProperties 作業的響應數據。

type ServiceGetPropertiesResponse = WithResponse<
  ServiceGetPropertiesResponseInternal,
  ServiceGetPropertiesHeaders
>