added branch model
This commit is contained in:
		
							
								
								
									
										9
									
								
								ModelsLib/Branch.fs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								ModelsLib/Branch.fs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
namespace DeskHubSharpRevised.Models
 | 
			
		||||
 | 
			
		||||
type Branch() =
 | 
			
		||||
    member this.name: string = null
 | 
			
		||||
    member this.commit with get(): obj = null
 | 
			
		||||
    
 | 
			
		||||
    type Commit() =
 | 
			
		||||
        member this.sha with get(): string = null
 | 
			
		||||
        member this.url with get(): string = null
 | 
			
		||||
		Reference in New Issue
	
	Block a user