<PackageReference Include="Relativity.Server.DataVisualization.SDK" Version="5000.0.1" />

DefaultLayoutRuleRequest

Represents 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.