共用方式為


ServiceListSharesSegmentResponse type

包含 listShares 作業的響應數據。

type ServiceListSharesSegmentResponse = WithResponse<
  ListSharesResponse & ServiceListSharesSegmentHeaders,
  ServiceListSharesSegmentHeaders,
  ListSharesResponseModel
>