Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.29 KB

LicensePublic.md

File metadata and controls

32 lines (27 loc) · 1.29 KB

PollinationSDK.Model.LicensePublic

Properties

Name Type Description Notes
Name string The license name used for the package.
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
Url string A URL to the license used for the package. [optional]
Id string
CreatedAt DateTime
UpdatedAt DateTime
Key string The key used to activate this license. Treat this like a password.
Revoked bool
Suspended bool
TotalActivations int
TotalDeactivations int
Validity int
AllowedActivations int
ServerSyncGracePeriod int
ServerSyncInterval int
LeaseDuration int
ProductId string
Metadata List<Metadata>
Type LicenseType
Notes string [optional]

[Back to Model list] [Back to API list] [Back to README]