Show / Hide Table of Contents

Class StructuredSearchDetails

A request that uses Search's structured query language to specify filter conditions to apply to search listings. For more information about writing search queries, see Search Language Syntax.

Inheritance
object
SearchListingsDetails
StructuredSearchDetails
Inherited Members
SearchListingsDetails.MatchingContextType
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class StructuredSearchDetails : SearchListingsDetails

Properties

Query

Declaration
[Required(ErrorMessage = "Query is required.")]
[JsonProperty(PropertyName = "query")]
public string Query { get; set; }
Property Value
Type Description
string

The structured query describing which resources to search for.

Remarks

Required

In this article
Back to top