Class RepositoryActivityLogModel
The repository activity log model.
public class RepositoryActivityLogModel
- Inheritance
-
RepositoryActivityLogModel
- Inherited Members
Properties
Activity
The activity name
[JsonProperty("Activity", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Activity { get; set; }
Property Value
NfieldSurveyId
The Nfield survey id
[JsonProperty("NfieldSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NfieldSurveyId { get; set; }
Property Value
SurveyName
The survey name
[JsonProperty("SurveyName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SurveyName { get; set; }
Property Value
Timestamp
The timestamp of the activity
[JsonProperty("Timestamp", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset Timestamp { get; set; }
Property Value
Username
The username
[JsonProperty("Username", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Username { get; set; }