ServiceGetUserDelegationKeyResponse type
Obsahuje data odpovědi pro getUserDelegationKey(Date, Date, ServiceGetUserDelegationKeyOptions) operaci.
type ServiceGetUserDelegationKeyResponse = WithResponse<
UserDelegationKey & ServiceGetUserDelegationKeyHeaders,
ServiceGetUserDelegationKeyHeaders,
UserDelegationKeyModel
>