Table of Contents

Class DomainSurveyModel

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

Describes the properties of a domain survey

public class DomainSurveyModel
Inheritance
DomainSurveyModel
Inherited Members

Properties

Id

The id of the domain survey

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

Property Value

long

Name

The name of the domain survey

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

Property Value

string

NfieldSurveyId

The nfield survey id

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

Property Value

string