Show / Hide Table of Contents

Class GetMessages

A list of messages from a queue.

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

Properties

Messages

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

List of messages from a queue.

Remarks

Required

In this article
Back to top