Class SurveyGroupDirectoryAssignmentModel
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
ObjectId
Object id
[JsonProperty("ObjectId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid ObjectId { get; set; }
Property Value
ObjectType
Object type
[JsonProperty("ObjectType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public AadObjectType ObjectType { get; set; }
Property Value
SurveyGroupId
Survey group id
[JsonProperty("SurveyGroupId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int SurveyGroupId { get; set; }
Property Value
TenantId
Tenant id
[JsonProperty("TenantId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid TenantId { get; set; }