UpdateMessageDetails¶
-
class
oci.queue.models.
UpdateMessageDetails
(**kwargs)¶ Bases:
object
Updates the visibility of a message
Methods
__init__
(**kwargs)Initializes a new UpdateMessageDetails object with values from keyword arguments. Attributes
visibility_in_seconds
[Required] Gets the visibility_in_seconds of this UpdateMessageDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateMessageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: visibility_in_seconds (int) – The value to assign to the visibility_in_seconds property of this UpdateMessageDetails.
-
visibility_in_seconds
¶ [Required] Gets the visibility_in_seconds of this UpdateMessageDetails. The new visibility of the message relative to the current time (as-per the clock of the server receiving the request).
Returns: The visibility_in_seconds of this UpdateMessageDetails. Return type: int
-