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

Relativity.DataVisualization.V1.Layout.Models.LayoutRequest

public class LayoutRequest
public bool AllowCopyFromPrevious { get; set; }

public string Keywords { get; set; }

public string Name { get; set; }

public string Notes { get; set; }

public Securable<DisplayableObjectTypeIdentifier> ObjectType { get; set; }

public int Order { get; set; }

public bool OverwriteProtection { get; set; }

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

public List<ObjectIdentifier> RelativityApplications { get; set; }

public LayoutRequest()

public LayoutRequest(LayoutResponse response)

public static LayoutRequest op_Implicit(LayoutResponse response)