ObjectTypeResponse public class ObjectTypeResponse : ObjectIdentifier Documentation public List<Action> Actions { get; set; } public int ArtifactTypeID { get; set; } public bool CopyInstancesOnCaseCreation { get; set; } public bool CopyInstancesOnParentCopy { get; set; } public ObjectIdentifier CreatedBy { get; set; } public DateTime CreatedOn { get; set; } public bool EnableSnapshotAuditingOnDelete { get; set; } public int FieldByteUsage { get; set; } public bool IsDynamic { get; set; } public bool IsSystem { get; set; } public bool IsViewEnabled { get; set; } public string Keywords { get; set; } public ObjectIdentifier LastModifiedBy { get; set; } public DateTime LastModifiedOn { get; set; } public Meta Meta { get; set; } public string Notes { get; set; } public Securable<ObjectTypeIdentifier> ParentObjectType { get; set; } public bool PersistentListsEnabled { get; set; } public bool PivotEnabled { get; set; } public List<Securable<ObjectIdentifier>> RelativityApplications { get; set; } public bool SamplingEnabled { get; set; } public ObjectTypeResponse()