UpdateMessagesDetailsEntry

class oci.queue.models.UpdateMessagesDetailsEntry(**kwargs)

Bases: object

Object that represents a message to update in a queue.

Methods

__init__(**kwargs) Initializes a new UpdateMessagesDetailsEntry object with values from keyword arguments.

Attributes

receipt [Required] Gets the receipt of this UpdateMessagesDetailsEntry.
visibility_in_seconds [Required] Gets the visibility_in_seconds of this UpdateMessagesDetailsEntry.
__init__(**kwargs)

Initializes a new UpdateMessagesDetailsEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • receipt (str) – The value to assign to the receipt property of this UpdateMessagesDetailsEntry.
  • visibility_in_seconds (int) – The value to assign to the visibility_in_seconds property of this UpdateMessagesDetailsEntry.
receipt

[Required] Gets the receipt of this UpdateMessagesDetailsEntry. The receipt of the message to update.

Returns:The receipt of this UpdateMessagesDetailsEntry.
Return type:str
visibility_in_seconds

[Required] Gets the visibility_in_seconds of this UpdateMessagesDetailsEntry. 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 UpdateMessagesDetailsEntry.
Return type:int