Table of Contents

Class SurveyGroupNativeAssignment

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class SurveyGroupNativeAssignment
Inheritance
SurveyGroupNativeAssignment
Inherited Members

Properties

DateAdded

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

Property Value

DateTimeOffset

NativeIdentityId

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

Property Value

string

SurveyGroupId

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

Property Value

int