You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal sealed record SetDownloadBehaviorParameters(DownloadBehavior?DownloadBehavior,IEnumerable<UserContext>?UserContexts):Parameters;
29
+
internal sealed record SetDownloadBehaviorParameters([property:JsonIgnore(Condition=JsonIgnoreCondition.Never)]DownloadBehavior?DownloadBehavior,IEnumerable<UserContext>?UserContexts):Parameters;
0 commit comments