Table of Contents

Class SurveyGroupDirectoryAssignment

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

Properties

DateAdded

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

Property Value

DateTimeOffset

ObjectId

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

Property Value

Guid

ObjectType

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

Property Value

AadObjectType

SurveyGroupId

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

Property Value

int

TenantId

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

Property Value

Guid