Class RepositorySurveyModel
Contains information about a repository survey
public class RepositorySurveyModel
- Inheritance
-
RepositorySurveyModel
- Inherited Members
Properties
AddedOn
The added on timestamp
[JsonProperty("AddedOn", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset AddedOn { get; set; }
Property Value
Id
The id of the repository survey
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Id { get; set; }
Property Value
LastSyncedAt
The last synced at timestamp
[JsonProperty("LastSyncedAt", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? LastSyncedAt { get; set; }
Property Value
NfieldSurveyId
The nfield survey id
[JsonProperty("NfieldSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NfieldSurveyId { get; set; }
Property Value
Status
The status of the repository survey
[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }