Table of Contents

Class SurveyGroupDirectoryAssignmentModel

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

Model for survey group directory assignment

public class SurveyGroupDirectoryAssignmentModel
Inheritance
SurveyGroupDirectoryAssignmentModel
Inherited Members

Properties

DateAdded

Creation date

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

Property Value

DateTimeOffset

ObjectId

Object id

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

Property Value

Guid

ObjectType

Object type

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

Property Value

AadObjectType

SurveyGroupId

Survey group id

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

Property Value

int

TenantId

Tenant id

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

Property Value

Guid