<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

Relativity.Testing.Framework.Mapping.ObjectFieldMappingOptions

Represents the options of field data mapping.
public bool OnlyReadableSkip { get; set; }

Gets or sets a value indicating whether to skip the only readable fields. The default value is false.

public bool UseCapitalized { get; set; }

Gets or sets a value indicating whether use capitalized for property name presentation. The default value is true.