<PackageReference Include="Relativity.Server.ObjectManager.SDK" Version="1.1.2" />

MassCreateRequest

public class MassCreateRequest
Represents a request to create a multiple Relativity Dynamic Objects (RDOs).
public IReadOnlyList<FieldRef> Fields { get; set; }

Gets or sets the FieldRef objects to update when the new objects created.

public ObjectTypeRef ObjectType { get; set; }

Gets or sets the ObjectTypeRef for the type of the new objects.

public RelativityObjectRef ParentObject { get; set; }

Gets or sets the Artifact ID of the parent of the new objects.

public IReadOnlyList<IReadOnlyList<object>> ValueLists { get; set; }

Gets or sets a list of values used to populate the new objects. The order of the values corresponds to the order of the Fields.