Show / Hide Table of Contents

Class DeleteMessagesDetailsEntry

Object that represents a message to delete from a queue.

Inheritance
object
DeleteMessagesDetailsEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top