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

Relativity.Services.Objects.DataContracts.Layout

Represents a Layout that contains fields used for coding and other purposes in the Relativity UI.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of a Layout object.

public List<Guid> Guids { get; set; }

Gets or sets the GUIDs used to identify a Layout object.

public string Name { get; set; }

Gets or sets the user-friendly name of a Layout object.

public Layout()