OpsiDataObjectDetailsInQuery¶
-
class
oci.opsi.models.
OpsiDataObjectDetailsInQuery
(**kwargs)¶ Bases:
object
Details for OPSI data object used in a data object query.
Attributes
DATA_OBJECT_DETAILS_TARGET_INDIVIDUAL_OPSIDATAOBJECT
A constant which can be used with the data_object_details_target property of a OpsiDataObjectDetailsInQuery. DATA_OBJECT_DETAILS_TARGET_OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS
A constant which can be used with the data_object_details_target property of a OpsiDataObjectDetailsInQuery. data_object_details_target
[Required] Gets the data_object_details_target of this OpsiDataObjectDetailsInQuery. Methods
__init__
(**kwargs)Initializes a new OpsiDataObjectDetailsInQuery object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
DATA_OBJECT_DETAILS_TARGET_INDIVIDUAL_OPSIDATAOBJECT
= 'INDIVIDUAL_OPSIDATAOBJECT'¶ A constant which can be used with the data_object_details_target property of a OpsiDataObjectDetailsInQuery. This constant has a value of “INDIVIDUAL_OPSIDATAOBJECT”
-
DATA_OBJECT_DETAILS_TARGET_OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS
= 'OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS'¶ A constant which can be used with the data_object_details_target property of a OpsiDataObjectDetailsInQuery. This constant has a value of “OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS”
-
__init__
(**kwargs)¶ Initializes a new OpsiDataObjectDetailsInQuery object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - data_object_details_target (str) – The value to assign to the data_object_details_target property of this OpsiDataObjectDetailsInQuery. Allowed values for this property are: “INDIVIDUAL_OPSIDATAOBJECT”, “OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS”
- _query_params (list[oci.opsi.models.OpsiDataObjectQueryParam]) – The value to assign to the _query_params property of this OpsiDataObjectDetailsInQuery.
-
data_object_details_target
¶ [Required] Gets the data_object_details_target of this OpsiDataObjectDetailsInQuery. Data objects to which this OpsiDataObjectDetailsInQuery is applicable.
Allowed values for this property are: “INDIVIDUAL_OPSIDATAOBJECT”, “OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS”
Returns: The data_object_details_target of this OpsiDataObjectDetailsInQuery. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-