<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5001.1.0" />

BaseObjectRuleRequest

public class BaseObjectRuleRequest
Represents a DTO used as the base request for creating or updating an object rule.
public string Name { get; set; }

Gets or sets the name for the object rule.

public ObjectTypeIdentifier ObjectType { get; set; }

Gets or sets the identifier for the object type the object rule is associated with.

Gets or sets a list of identifiers of associated Relativity Applications for the object rule.