Class RepositoryStatusListModel
The repository status list model.
public class RepositoryStatusListModel
- Inheritance
-
RepositoryStatusListModel
- Inherited Members
Properties
Id
The Id for the status.
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Id { get; set; }
Property Value
Name
The name of the status.
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }