Show / Hide Table of Contents

Class AddonCollection

Results of a kafkaClusterAddon search. Contains both AddonSummary items and other information.

Inheritance
object
AddonCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top