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

DefaultLayoutRuleRequest

Represents a DTO used as a request for creating or updating a default layout object rule.
public bool AllowLayoutChange { get; set; }

Gets or sets a Boolean value indicating whether the user can switch to a different layout.

public Securable<ObjectIdentifier> Choice { get; set; }

Gets or sets the identifier for the choice.

public Securable<ObjectIdentifier> Field { get; set; }

Gets or sets the identifier for the field.

public Securable<ObjectIdentifier> Layout { get; set; }

Gets or sets the identifier for the layout.