o
    #Îjþ  ã                   @   s(   d Z G dd„ deƒZG dd„ deƒZdS )z*
This module provides models for BBC-SDK.
c                   @   s   e Zd ZdZddd„ZdS )ÚBillinga~  
	This class define billing.
	param: paymentTiming:
		The pay time of the payment,
		see more detail in https://bce.baidu.com/doc/BCC/API.html#Billing
	param: reservationLength:
		The duration to buy in specified time unit,
		available values are [1,2,3,4,5,6,7,8,9,12,24,36] now.
	param: reservationTimeUnit:
		The time unit to specify the duration ,only "Month" can be used now.
	Né   ÚMonthc                 C   s   |r|| _ ||dœ| _d S )N)ÚreservationLengthÚreservationTimeUnit)ÚpaymentTimingZreservation)Úselfr   r   r   © r   ú`/var/www/html/Deteccion_Ine/venv/lib/python3.10/site-packages/baidubce/services/bbc/bbc_model.pyÚ__init__$   s
   þzBilling.__init__)Nr   r   ©Ú__name__Ú
__module__Ú__qualname__Ú__doc__r
   r   r   r   r	   r      s    r   c                   @   s   e Zd ZdZddd„ZdS )ÚTagModelz
    TAGModel
    Nc                 C   s   || _ || _d S )N)ÚtagKeyÚtagValue)r   r   r   r   r   r	   r
   2   s   
zTagModel.__init__)NNr   r   r   r   r	   r   -   s    r   N)r   Úobjectr   r   r   r   r   r	   Ú<module>   s   