ruạṛ
a ���f�7 � @ 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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�DeployedApplicationUsagezD Deployed application usage during a specified time period. c K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a/ Initializes a new DeployedApplicationUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_key: The value to assign to the application_key property of this DeployedApplicationUsage. :type application_key: str :param fleet_id: The value to assign to the fleet_id property of this DeployedApplicationUsage. :type fleet_id: str :param application_name: The value to assign to the application_name property of this DeployedApplicationUsage. :type application_name: str :param application_type: The value to assign to the application_type property of this DeployedApplicationUsage. :type application_type: str :param is_clustered: The value to assign to the is_clustered property of this DeployedApplicationUsage. :type is_clustered: bool :param approximate_java_server_instance_count: The value to assign to the approximate_java_server_instance_count property of this DeployedApplicationUsage. :type approximate_java_server_instance_count: int :param approximate_library_count: The value to assign to the approximate_library_count property of this DeployedApplicationUsage. :type approximate_library_count: int :param time_start: The value to assign to the time_start property of this DeployedApplicationUsage. :type time_start: datetime :param time_end: The value to assign to the time_end property of this DeployedApplicationUsage. :type time_end: datetime :param time_first_seen: The value to assign to the time_first_seen property of this DeployedApplicationUsage. :type time_first_seen: datetime :param time_last_seen: The value to assign to the time_last_seen property of this DeployedApplicationUsage. :type time_last_seen: datetime �str�bool�intZdatetime)�application_key�fleet_id�application_name�application_type�is_clustered�&approximate_java_server_instance_count�approximate_library_count� time_start�time_end�time_first_seen�time_last_seenZapplicationKeyZfleetIdZapplicationNameZapplicationTypeZisClusteredZ"approximateJavaServerInstanceCountZapproximateLibraryCountZ timeStartZtimeEndZ timeFirstSeenZtimeLastSeenN) Z swagger_typesZ attribute_map�_application_key� _fleet_id�_application_name�_application_type� _is_clustered�'_approximate_java_server_instance_count�_approximate_library_count�_time_start� _time_end�_time_first_seen�_time_last_seen)�self�kwargs� r"