Show / Hide Table of Contents

Class QueryDetails

The request object for querying the resource action details.

Inheritance
object
QueryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class QueryDetails

Properties

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.

In this article
Back to top