added license model
This commit is contained in:
8
ModelsLib/License.fs
Normal file
8
ModelsLib/License.fs
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
namespace DeskHubSharpRevised.Models
|
||||||
|
|
||||||
|
type License() =
|
||||||
|
member this.key with get() = null
|
||||||
|
member this.name with get() = null
|
||||||
|
member this.spdx_id with get() = null
|
||||||
|
member this.url with get() = null
|
||||||
|
member this.node_id with get() = null
|
Reference in New Issue
Block a user