ServiceGetUserDelegationKeyResponse type
Berisi data respons untuk operasi getUserDelegationKey(Date, Date, ServiceGetUserDelegationKeyOptions).
type ServiceGetUserDelegationKeyResponse = WithResponse<
UserDelegationKey & ServiceGetUserDelegationKeyHeaders,
ServiceGetUserDelegationKeyHeaders,
UserDelegationKeyModel
>