ruạṛ
a ���fE1 � @ 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 @ sB e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd� Zed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�Ticketz+ Details about the ticket created. �HIGHEST�HIGH�MEDIUM�LOW�ACTIVE�CLOSED�PENDING_WITH_ORACLE�PENDING_WITH_CUSTOMER�CLOSE_REQUESTEDc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a= Initializes a new Ticket object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ticket_number: The value to assign to the ticket_number property of this Ticket. :type ticket_number: str :param severity: The value to assign to the severity property of this Ticket. Allowed values for this property are: "HIGHEST", "HIGH", "MEDIUM", "LOW", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param resource_list: The value to assign to the resource_list property of this Ticket. :type resource_list: list[oci.cims.models.Resource] :param title: The value to assign to the title property of this Ticket. :type title: str :param description: The value to assign to the description property of this Ticket. :type description: str :param time_created: The value to assign to the time_created property of this Ticket. :type time_created: int :param time_updated: The value to assign to the time_updated property of this Ticket. :type time_updated: int :param lifecycle_state: The value to assign to the lifecycle_state property of this Ticket. Allowed values for this property are: "ACTIVE", "CLOSED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Ticket. Allowed values for this property are: "PENDING_WITH_ORACLE", "PENDING_WITH_CUSTOMER", "CLOSE_REQUESTED", "CLOSED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str �strzlist[Resource]�int) � ticket_number�severity� resource_list�title�description�time_created�time_updated�lifecycle_state�lifecycle_detailsZticketNumberr ZresourceListr r ZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_ticket_number� _severity�_resource_list�_title�_description� _time_created� _time_updated�_lifecycle_state�_lifecycle_details)�self�kwargs� r&