Show / Hide Table of Contents

Class BuildChange

Inheritance
System.Object
BuildChange
Namespace: LymeTemplateApi.Console.Models
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
In This Article
Back to top Generated by DocFX