Class FabricDataShareSurveyListResponseModel
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
Id
The id of the fabric survey.
[JsonProperty("Id", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Id { get; set; }
Property Value
NfieldSurveyId
The NfieldSurveyId of the Survey.
[JsonProperty("NfieldSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NfieldSurveyId { get; set; }
Property Value
Status
The survey status.
[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }