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