ServiceListSharesSegmentResponse type
包含 listShares作的响应数据。
type ServiceListSharesSegmentResponse = WithResponse<
ListSharesResponse & ServiceListSharesSegmentHeaders,
ServiceListSharesSegmentHeaders,
ListSharesResponseModel
>