a ýÎòfI ã@s8ddlmZmZmZddlmZeGdd„deƒƒZdS)é)Úformatted_flat_dictÚ NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc@sdeZdZdZdd„Zedd„ƒZejdd„ƒZedd„ƒZejd d„ƒZd d „Z d d „Z dd„Z dS)Ú PutMessagez7 A message that has been published to a queue. cKs(dddœ|_dddœ|_d|_d|_dS)aË Initializes a new PutMessage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PutMessage. :type id: int :param expire_after: The value to assign to the expire_after property of this PutMessage. :type expire_after: datetime ÚintZdatetime)ÚidÚ expire_afterrZ expireAfterN)Z swagger_typesZ attribute_mapÚ_idÚ _expire_after)ÚselfÚkwargs©rú@/usr/lib/python3.9/site-packages/oci/queue/models/put_message.pyÚ__init__sþþzPutMessage.__init__cCs|jS)z¡ **[Required]** Gets the id of this PutMessage. The ID of the message. :return: The id of this PutMessage. :rtype: int ©r ©r rrrr-s z PutMessage.idcCs ||_dS)z“ Sets the id of this PutMessage. The ID of the message. :param id: The id of this PutMessage. :type: int Nr)r rrrrr9s cCs|jS)a\ Gets the expire_after of this PutMessage. The time after which the message will be automatically deleted, expressed in `RFC 3339`__ timestamp format. Example: `2018-04-20T00:00:07.405Z` __ https://tools.ietf.org/rfc/rfc3339 :return: The expire_after of this PutMessage. :rtype: datetime ©r rrrrr EszPutMessage.expire_aftercCs ||_dS)ag Sets the expire_after of this PutMessage. The time after which the message will be automatically deleted, expressed in `RFC 3339`__ timestamp format. Example: `2018-04-20T00:00:07.405Z` __ https://tools.ietf.org/rfc/rfc3339 :param expire_after: The expire_after of this PutMessage. :type: datetime Nr)r r rrrr UscCst|ƒS©N)rrrrrÚ__repr__eszPutMessage.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©r ÚotherrrrÚ__eq__hszPutMessage.__eq__cCs ||k SrrrrrrÚ__ne__nszPutMessage.__ne__N) Ú__name__Ú __module__Ú __qualname__Ú__doc__rÚpropertyrÚsetterr rrrrrrrr s    rN)Zoci.utilrrrZoci.decoratorsrÚobjectrrrrrÚs