QueryOpsiDataObjectDataDetails¶
- 
class oci.opsi.models.QueryOpsiDataObjectDataDetails(**kwargs)¶
- Bases: - object- Information required to form and execute query on an OPSI data object. - Methods - __init__(**kwargs)- Initializes a new QueryOpsiDataObjectDataDetails object with values from keyword arguments. - Attributes - data_object_identifier- Gets the data_object_identifier of this QueryOpsiDataObjectDataDetails. - data_objects- Gets the data_objects of this QueryOpsiDataObjectDataDetails. - query- [Required] Gets the query of this QueryOpsiDataObjectDataDetails. - resource_filters- Gets the resource_filters of this QueryOpsiDataObjectDataDetails. - 
__init__(**kwargs)¶
- Initializes a new QueryOpsiDataObjectDataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - data_object_identifier (str) – The value to assign to the data_object_identifier property of this QueryOpsiDataObjectDataDetails.
- data_objects (list[oci.opsi.models.OpsiDataObjectDetailsInQuery]) – The value to assign to the data_objects property of this QueryOpsiDataObjectDataDetails.
- query (oci.opsi.models.DataObjectQuery) – The value to assign to the query property of this QueryOpsiDataObjectDataDetails.
- resource_filters (oci.opsi.models.ResourceFilters) – The value to assign to the resource_filters property of this QueryOpsiDataObjectDataDetails.
 
 - 
data_object_identifier¶
- Gets the data_object_identifier of this QueryOpsiDataObjectDataDetails. Unique OPSI data object identifier. - Returns: - The data_object_identifier of this QueryOpsiDataObjectDataDetails. - Return type: - str 
 - 
data_objects¶
- Gets the data_objects of this QueryOpsiDataObjectDataDetails. Details of OPSI data objects used in the query. - Returns: - The data_objects of this QueryOpsiDataObjectDataDetails. - Return type: - list[oci.opsi.models.OpsiDataObjectDetailsInQuery] 
 - 
query¶
- [Required] Gets the query of this QueryOpsiDataObjectDataDetails. - Returns: - The query of this QueryOpsiDataObjectDataDetails. - Return type: - oci.opsi.models.DataObjectQuery 
 - 
resource_filters¶
- Gets the resource_filters of this QueryOpsiDataObjectDataDetails. - Returns: - The resource_filters of this QueryOpsiDataObjectDataDetails. - Return type: - oci.opsi.models.ResourceFilters 
 
-