IndividualOpsiDataObjectDetailsInQuery

class oci.opsi.models.IndividualOpsiDataObjectDetailsInQuery(**kwargs)

Bases: oci.opsi.models.opsi_data_object_details_in_query.OpsiDataObjectDetailsInQuery

Details applicable for an individual OPSI data object used in a data object query.

Attributes

DATA_OBJECT_DETAILS_TARGET_INDIVIDUAL_OPSIDATAOBJECT str(object=’’) -> str
DATA_OBJECT_DETAILS_TARGET_OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS str(object=’’) -> str
data_object_details_target [Required] Gets the data_object_details_target of this OpsiDataObjectDetailsInQuery.
data_object_identifier [Required] Gets the data_object_identifier of this IndividualOpsiDataObjectDetailsInQuery.

Methods

__init__(**kwargs) Initializes a new IndividualOpsiDataObjectDetailsInQuery 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'
DATA_OBJECT_DETAILS_TARGET_OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS = 'OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS'
__init__(**kwargs)

Initializes a new IndividualOpsiDataObjectDetailsInQuery object with values from keyword arguments. The default value of the data_object_details_target attribute of this class is INDIVIDUAL_OPSIDATAOBJECT and it should not be changed. 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 IndividualOpsiDataObjectDetailsInQuery. 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 IndividualOpsiDataObjectDetailsInQuery.
  • data_object_identifier (str) – The value to assign to the data_object_identifier property of this IndividualOpsiDataObjectDetailsInQuery.
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
data_object_identifier

[Required] Gets the data_object_identifier of this IndividualOpsiDataObjectDetailsInQuery. Unique OPSI data object identifier.

Returns:The data_object_identifier of this IndividualOpsiDataObjectDetailsInQuery.
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.