Show / Hide Table of Contents

Enum SearchDetailsTypeEnum

Possible values for the type of SearchDetails. FreeText - A request containing arbitrary text that must be present in the resource. Structured - A request that uses Search's structured query language to specify filter conditions to apply to search results.

Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public enum SearchDetailsTypeEnum

Fields

Name Description
FreeText
Structured
In this article
Back to top