Class CreateRepositoryModel
The model for creating a repository
public class CreateRepositoryModel
- Inheritance
-
CreateRepositoryModel
- Inherited Members
Properties
Name
The name of the repository
[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
PlanId
The selected plan id for the repository
[JsonProperty("PlanId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long PlanId { get; set; }