QueryDetails¶
-
class
oci.optimizer.models.
QueryDetails
(**kwargs)¶ Bases:
object
The request object for querying the resource action details.
Methods
__init__
(**kwargs)Initializes a new QueryDetails object with values from keyword arguments. Attributes
query
Gets the query of this QueryDetails. -
__init__
(**kwargs)¶ Initializes a new QueryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: query (str) – The value to assign to the query property of this QueryDetails.
-
query
¶ Gets the query of this QueryDetails. The query describing which resources to search for. For more information, see Query Language Syntax.
Returns: The query of this QueryDetails. Return type: str
-