Class AddDocumentRequestBase
Most SearchMatchV2 requests have Roles
public class AddDocumentRequestBase
- Inheritance
-
AddDocumentRequestBase
- Derived
- Inherited Members
Properties
Roles
The roles associated with the request. Defaults to ["All"] if none are provided.
public IEnumerable<string> Roles { get; set; }
Property Value
SearchAndMatchEnvironment
The target environment
public MatchV2Environment SearchAndMatchEnvironment { get; set; }