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