Show / Hide Table of Contents

Class FreeTextSearchDetails

A request containing arbitrary text that must be present in the resource.

Inheritance
object
SearchDetails
FreeTextSearchDetails
Inherited Members
SearchDetails.MatchingContextType
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcesearchService.Models
Assembly: OCI.DotNetSDK.Resourcesearch.dll
Syntax
public class FreeTextSearchDetails : SearchDetails

Properties

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

In this article
Back to top