Class QueryDetails
The request object for querying the resource action details.
Inherited Members
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class QueryDetailsProperties
Query
Declaration
[JsonProperty(PropertyName = "query")]
public string Query { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The query describing which resources to search for. For more information, see Query Language Syntax. |