ruạṛ
a N��fb � @ 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 )�OperationInputRecordz/ Holder for IN/INOUT parameter values. c K s ddi| _ ddi| _d| _dS )ar Initializes a new OperationInputRecord object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param field_values: The value to assign to the field_values property of this OperationInputRecord. :type field_values: list[object] �field_valueszlist[object]�fieldValuesN)� swagger_types� attribute_map� _field_values)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/operation_input_record.py�__init__ s ��zOperationInputRecord.__init__c C s | j S )z� Gets the field_values of this OperationInputRecord. Values of IN/INOUT parameter. :return: The field_values of this OperationInputRecord. :rtype: list[object] �r �r r r r r $ s z!OperationInputRecord.field_valuesc C s || _ dS )z� Sets the field_values of this OperationInputRecord. Values of IN/INOUT parameter. :param field_values: The field_values of this OperationInputRecord. :type: list[object] Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<