Class UpdateMessageDetails
Updates the visibility of a message
Inherited Members
Namespace: Oci.QueueService.Models
Assembly: OCI.DotNetSDK.Queue.dll
Syntax
public class UpdateMessageDetails
Properties
VisibilityInSeconds
Declaration
[Required(ErrorMessage = "VisibilityInSeconds is required.")]
[JsonProperty(PropertyName = "visibilityInSeconds")]
public int? VisibilityInSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? | The new visibility of the message relative to the current time (as-per the clock of the server receiving the request). |
Remarks
Required