Class QueueCollection
Results of a queue search. Contains both QueueSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.QueueService.Models
Assembly: OCI.DotNetSDK.Queue.dll
Syntax
public class QueueCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<QueueSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<QueueSummary> | List of queues. |
Remarks
Required