Table of Contents

Class FabricDataShareSurveyListResponseModel

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

Class that represents the information regarding a survey in a Fabric Data Share.

public class FabricDataShareSurveyListResponseModel
Inheritance
FabricDataShareSurveyListResponseModel
Inherited Members

Properties

AddedOn

When the fabric survey has been added.

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

Property Value

DateTimeOffset

Id

The id of the fabric survey.

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

Property Value

long

NfieldSurveyId

The NfieldSurveyId of the Survey.

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

Property Value

string

Status

The survey status.

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

Property Value

string