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

SubListButtonVisibilityRuleRequest

Represents a request for creating or updating a sub list button visibility object rule.
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 bool ShowDelete { get; set; }

Gets or sets a Boolean value indicating whether the delete button will be visible to users for the sub list object type.

public bool ShowLink { get; set; }

Gets or sets a Boolean value indicating whether the link button will be visible to users for the sub list object type.

public bool ShowNew { get; set; }

Gets or sets a Boolean value indicating whether the new button will be visible to users for the sub list object type.

public bool ShowUnlink { get; set; }

Gets or sets a Boolean value indicating whether the unlink button will be visible to users for the sub list object type.

Gets or sets the identifier for the sub list object type.

Initializes an instance of the SubListButtonVisibilityRuleRequest class with all properties set to their default values.

Initializes an instance of the SubListButtonVisibilityRuleRequest class with a response object, which is useful for chaining commands.