8 lines
253 B
Forth
8 lines
253 B
Forth
|
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
|