ServiceGetUserDelegationKeyResponse type     
Contains response data for the getUserDelegationKey(Date, Date, ServiceGetUserDelegationKeyOptions) operation.
type ServiceGetUserDelegationKeyResponse = WithResponse<
  UserDelegationKey & ServiceGetUserDelegationKeyHeaders,
  ServiceGetUserDelegationKeyHeaders,
  UserDelegationKeyModel
>