Class BuildChangesResults
Inheritance
System.Object
BuildChangesResults
Namespace: LymeTemplateApi.Console.Models
Assembly: LymeTemplateApi.Console.dll
Syntax
public class BuildChangesResults : object
Properties
Change
Declaration
public List<BuildChange> Change { get; set; }
Property Value
| Type | Description |
|---|---|
| List<BuildChange> |
Count
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Href
Declaration
public string Href { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |