Show / Hide Table of Contents

Class SearchListingsDetails

A base request type that contains common criteria for Marketplace Search Listings details.

Inheritance
object
SearchListingsDetails
FreeTextSearchDetails
StructuredSearchDetails
Inherited Members
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
[JsonConverter(typeof(SearchListingsDetailsModelConverter))]
public class SearchListingsDetails

Properties

MatchingContextType

Declaration
[JsonProperty(PropertyName = "matchingContextType")]
[JsonConverter(typeof(StringEnumConverter))]
public MatchingContextTypeEnum? MatchingContextType { get; set; }
Property Value
Type Description
MatchingContextTypeEnum?

The type of matching context returned in the response. If you specify HIGHLIGHTS, then the service will highlight fragments in its response. The default value is NONE.

In this article
Back to top