Class DeleteMessagesDetailsEntry
Object that represents a message to delete from a queue.
Inherited Members
Namespace: Oci.QueueService.Models
Assembly: OCI.DotNetSDK.Queue.dll
Syntax
public class DeleteMessagesDetailsEntry
Properties
Receipt
Declaration
[Required(ErrorMessage = "Receipt is required.")]
[JsonProperty(PropertyName = "receipt")]
public string Receipt { get; set; }
Property Value
Type | Description |
---|---|
string | The receipt of the message to delete. |
Remarks
Required