Class RepositorySubscriptionLogModel
The repository subscription log model.
public class RepositorySubscriptionLogModel
- Inheritance
-
RepositorySubscriptionLogModel
- Inherited Members
Properties
EndedAt
The ended at date
[JsonProperty("EndedAt", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? EndedAt { get; set; }
Property Value
PlanId
The plan id
[JsonProperty("PlanId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long PlanId { get; set; }
Property Value
PlanName
The plan name
[JsonProperty("PlanName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string PlanName { get; set; }
Property Value
StartedAt
The started at date
[JsonProperty("StartedAt", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset StartedAt { get; set; }
Property Value
Username
The username
[JsonProperty("Username", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Username { get; set; }