Table of Contents

Class RepositorySurveyModel

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

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

DateTimeOffset

Id

The id of the repository survey

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

Property Value

long

LastSyncedAt

The last synced at timestamp

[JsonProperty("LastSyncedAt", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? LastSyncedAt { get; set; }

Property Value

DateTimeOffset?

NfieldSurveyId

The nfield survey id

[JsonProperty("NfieldSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NfieldSurveyId { get; set; }

Property Value

string

Status

The status of the repository survey

[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }

Property Value

string