Table of Contents

Class ProjectShareLinks

Namespace
Mailtrap.Projects.Models
Assembly
Mailtrap.Abstractions.dll

Represents project share links.

public sealed record ProjectShareLinks : IEquatable<ProjectShareLinks>
Inheritance
ProjectShareLinks
Implements

Properties

Gets a sharing link for admin.

[JsonPropertyName("admin")]
[JsonPropertyOrder(1)]
public Uri? Admin { get; set; }

Property Value

Uri

Sharing link for admin.

Gets a sharing link for viewer.

[JsonPropertyName("viewer")]
[JsonPropertyOrder(2)]
public Uri? Viewer { get; set; }

Property Value

Uri

Sharing link for viewer.