Table of Contents

Class CreateSharedLinkRequest

Namespace
JJConsulting.Infinity.Domain.SharedLinks
Assembly
JJConsulting.Infinity.Domain.dll
public sealed class CreateSharedLinkRequest

Inheritance

Inherited Members

Properties

public DateTimeOffset? ExpiresAt { get; init; }

Property Value

DateTimeOffset?
public bool IsAnonymous { get; init; }

Property Value

bool
public Dictionary<string, string?> Parameters { get; init; }

Property Value

Dictionary<string, string?>
[Required(AllowEmptyStrings = false)]
public string Url { get; init; }

Property Value

string