Class ServiceApiLicense
Holds the license information for a service API. This maps closely to the Microsoft.OpenApi.Models.OpenApiLicense class.
Namespace: Neon.Service
Assembly: Neon.Common.dll
Syntax
public class ServiceApiLicense
Properties
Name
License name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
The URL pointing to the licence information.
Declaration
public Uri Url { get; set; }
Property Value
Type | Description |
---|---|
Uri |