Class RelatedApplication
public sealed record RelatedApplication : IEquatable<RelatedApplication>
- Inheritance
-
RelatedApplication
- Implements
- Inherited Members
Constructors
RelatedApplication(string)
public RelatedApplication(string Url)
Parameters
Urlstring
Properties
Id
public string? Id { get; init; }
Property Value
Url
public string Url { get; init; }