Delen via


ServiceGetPropertiesResponse type

Bevat antwoordgegevens voor de getProperties-bewerking.

type ServiceGetPropertiesResponse = WithResponse<
  ServiceGetPropertiesHeaders & FileServiceProperties,
  ServiceGetPropertiesHeaders,
  FileServiceProperties
>