added license model
This commit is contained in:
parent
dc34b7eccd
commit
f119b44551
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
|
Loading…
Reference in New Issue
Block a user