Show / Hide Table of Contents

Class UpdateMessagesDetails

The details of an UpdateMessages request.

Inheritance
object
UpdateMessagesDetails
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 UpdateMessagesDetails

Properties

Entries

Declaration
[Required(ErrorMessage = "Entries is required.")]
[JsonProperty(PropertyName = "entries")]
public List<UpdateMessagesDetailsEntry> Entries { get; set; }
Property Value
Type Description
List<UpdateMessagesDetailsEntry>

The array of messages to update in a queue.

Remarks

Required

In this article
Back to top