Class FreeTextSearchDetails
A request containing arbitrary text that must be present in the resource.
Inherited Members
Namespace: Oci.ResourcesearchService.Models
Assembly: OCI.DotNetSDK.Resourcesearch.dll
Syntax
public class FreeTextSearchDetails : SearchDetailsProperties
Text
Declaration
[Required(ErrorMessage = "Text is required.")]
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The text to search for. | 
Remarks
Required