Table of Contents

Class CreateRepositoryModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

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

string

PlanId

The selected plan id for the repository

[JsonProperty("PlanId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long PlanId { get; set; }

Property Value

long