Class CreateRepositorySubscriptionModel
Describes the properties of a new repository subscription.
public class CreateRepositorySubscriptionModel
- Inheritance
-
CreateRepositorySubscriptionModel
- Inherited Members
Properties
PlanId
The plan Id that should be used for the new subscription.
[JsonProperty("PlanId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long PlanId { get; set; }