updated branch model
This commit is contained in:
parent
18d1162485
commit
98ba5b4722
@ -1,9 +1,8 @@
|
|||||||
namespace DeskHubSharpRevised.Models
|
namespace DeskHubSharpRevised.Models
|
||||||
|
|
||||||
type Branch() =
|
type Branch() =
|
||||||
member this.name: string = null
|
member val name: string = null
|
||||||
member this.commit with get(): obj = null
|
with get, set
|
||||||
|
|
||||||
type Commit() =
|
member val commit = new Commit()
|
||||||
member this.sha with get(): string = null
|
with get, set
|
||||||
member this.url with get(): string = null
|
|
Loading…
Reference in New Issue
Block a user