ruạṛ
a O��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�OpsiDataObjectszI Logical grouping used for OPSI data object targeted operations. c K s ddi| _ ddi| _d| _dS )aq Initializes a new OpsiDataObjects object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param opsi_data_objects: The value to assign to the opsi_data_objects property of this OpsiDataObjects. :type opsi_data_objects: object �opsi_data_objects�object�opsiDataObjectsN)� swagger_types� attribute_map�_opsi_data_objects)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/opsi_data_objects.py�__init__ s ��zOpsiDataObjects.__init__c C s | j S )z� Gets the opsi_data_objects of this OpsiDataObjects. OPSI Data Object. :return: The opsi_data_objects of this OpsiDataObjects. :rtype: object �r �r r r r r $ s z!OpsiDataObjects.opsi_data_objectsc C s || _ dS )z� Sets the opsi_data_objects of this OpsiDataObjects. OPSI Data Object. :param opsi_data_objects: The opsi_data_objects of this OpsiDataObjects. :type: object Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<