updated branch model
This commit is contained in:
		@@ -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
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user