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