ruạṛ
a N��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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�UpdateReferenceDetailsz9 Application references that need to be updated. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new UpdateReferenceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param options: The value to assign to the options property of this UpdateReferenceDetails. :type options: dict(str, str) :param target_object: The value to assign to the target_object property of this UpdateReferenceDetails. :type target_object: object :param child_references: The value to assign to the child_references property of this UpdateReferenceDetails. :type child_references: list[oci.data_integration.models.ChildReferenceDetail] zdict(str, str)�objectzlist[ChildReferenceDetail])�options� target_object�child_referencesr �targetObject�childReferencesN)� swagger_types� attribute_map�_options�_target_object�_child_references)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/update_reference_details.py�__init__ s ��zUpdateReferenceDetails.__init__c C s | j S )z� Gets the options of this UpdateReferenceDetails. A list of options such as `ignoreObjectOnError`. :return: The options of this UpdateReferenceDetails. :rtype: dict(str, str) �r �r r r r r 2 s zUpdateReferenceDetails.optionsc C s || _ dS )z� Sets the options of this UpdateReferenceDetails. A list of options such as `ignoreObjectOnError`. :param options: The options of this UpdateReferenceDetails. :type: dict(str, str) Nr )r r r r r r >