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

Relativity.DataVisualization.V1.Layout.Models.LayoutResponse

public class LayoutResponse : IHaveDisplayableObjectIdentifier, IHaveMetaAndActions, IHaveKeywordsAndNotes
public List<Action> Actions { get; set; }

public bool AllowCopyFromPrevious { get; set; }

public Securable<DisplayableObjectIdentifier> CreatedBy { get; set; }

public DateTime CreatedOn { get; set; }

public string Keywords { get; set; }

public Securable<DisplayableObjectIdentifier> LastModifiedBy { get; set; }

public DateTime LastModifiedOn { get; set; }

public Meta Meta { get; set; }

public string Notes { get; set; }

public DisplayableObjectIdentifier ObjectIdentifier { get; set; }

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

public int Order { get; set; }

public bool OverwriteProtection { get; set; }

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

public SecurableList<DisplayableObjectIdentifier> RelativityApplications { get; set; }

public LayoutResponse()