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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�Pluginz The agent plugin c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aB Initializes a new Plugin object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Plugin. :type name: str :param version: The value to assign to the version property of this Plugin. :type version: str :param status: The value to assign to the status property of this Plugin. :type status: str :param last_update_time: The value to assign to the last_update_time property of this Plugin. :type last_update_time: datetime :param message: The value to assign to the message property of this Plugin. :type message: str �str�datetime)�name�version�status�last_update_time�messager r r �lastUpdateTimer N)� swagger_types� attribute_map�_name�_version�_status�_last_update_time�_message)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/compute_instance_agent/models/plugin.py�__init__ s"