Show / Hide Table of Contents

Class UpdateAddonDetails

The data to update a KafkaClusterAddon.

Inheritance
object
UpdateAddonDetails
UpdatePublicConnectivityAddonDetails
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
[JsonConverter(typeof(UpdateAddonDetailsModelConverter))]
public class UpdateAddonDetails

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

A unique user-friendly name. Avoid entering confidential information.

In this article
Back to top