Class RemoteLink
Assembly: CrashCABN.BugFiler.Jira.dll
Syntax
public sealed record RemoteLink : IEquatable<RemoteLink>
Constructors
View Source
RemoteLink(int, Uri, RemoteLinkInfo)
Declaration
public RemoteLink(int Id, Uri Self, RemoteLinkInfo Object)
Parameters
Properties
View Source
Id
Declaration
public int Id { get; init; }
Property Value
View Source
Object
Declaration
public RemoteLinkInfo Object { get; init; }
Property Value
View Source
Self
Declaration
public Uri Self { get; init; }
Property Value
Implements