Class ReportingApiEndpoint
public sealed record ReportingApiEndpoint : IEquatable<ReportingApiEndpoint>
- Inheritance
-
ReportingApiEndpoint
- Implements
- Inherited Members
Constructors
ReportingApiEndpoint(string, string)
public ReportingApiEndpoint(string Url, string GroupName)
Parameters
UrlstringThe URL of the endpoint to which reports may be delivered.
GroupNamestringName of the endpoint group.
Properties
GroupName
Name of the endpoint group.
public string GroupName { get; init; }
Property Value
Url
The URL of the endpoint to which reports may be delivered.
public string Url { get; init; }