Class BuildChange
Inheritance
System.Object
BuildChange
Assembly: LymeTemplateApi.Console.dll
Syntax
public class BuildChange : object
Properties
Date
Declaration
public string Date { get; set; }
Property Value
Type |
Description |
System.String |
|
Href
Declaration
public string Href { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
WebUrl
Declaration
public string WebUrl { get; set; }
Property Value
Type |
Description |
System.String |
|