ruạṛ
a ���f6 � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�DiscoveredTargetzH A target that is discovered by the Software discovery process. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DiscoveredTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target_id: The value to assign to the target_id property of this DiscoveredTarget. :type target_id: str :param target_name: The value to assign to the target_name property of this DiscoveredTarget. :type target_name: str :param product: The value to assign to the product property of this DiscoveredTarget. :type product: str :param resource_id: The value to assign to the resource_id property of this DiscoveredTarget. :type resource_id: str :param version: The value to assign to the version property of this DiscoveredTarget. :type version: str �str)� target_id�target_name�product�resource_id�versionZtargetIdZ targetNamer Z resourceIdr N)Z swagger_typesZ attribute_map� _target_id�_target_name�_product�_resource_id�_version)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/discovered_target.py�__init__ s"