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