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