OpsiDataObjects¶
-
class
oci.opsi.models.
OpsiDataObjects
(**kwargs)¶ Bases:
object
Logical grouping used for OPSI data object targeted operations.
Methods
__init__
(**kwargs)Initializes a new OpsiDataObjects object with values from keyword arguments. Attributes
opsi_data_objects
Gets the opsi_data_objects of this OpsiDataObjects. -
__init__
(**kwargs)¶ Initializes a new OpsiDataObjects object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: opsi_data_objects (object) – The value to assign to the opsi_data_objects property of this OpsiDataObjects.
-
opsi_data_objects
¶ Gets the opsi_data_objects of this OpsiDataObjects. OPSI Data Object.
Returns: The opsi_data_objects of this OpsiDataObjects. Return type: object
-