GetNacosConfigsConfig

data class GetNacosConfigsConfig(val appName: String, val betaIps: String, val content: String, val dataId: String, val desc: String, val encryptedDataKey: String, val group: String, val id: String, val md5: String, val tags: String, val type: String)

Constructors

Link copied to clipboard
constructor(appName: String, betaIps: String, content: String, dataId: String, desc: String, encryptedDataKey: String, group: String, id: String, md5: String, tags: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the application.

Link copied to clipboard

The list of IP addresses where the beta release of the configuration is performed.

Link copied to clipboard

The content of the configuration.

Link copied to clipboard

The ID of the data.

Link copied to clipboard

The description of the configuration.

Link copied to clipboard

The encryption key.

Link copied to clipboard

The ID of the group.

Link copied to clipboard
val id: String

The ID of the Nacos Config. It is formatted to <instance_id>:<namespace_id>:<data_id>:<group>.

Link copied to clipboard
val md5: String

The message digest of the configuration.

Link copied to clipboard

The tags of the configuration.

Link copied to clipboard

The format of the configuration. Supported formats include TEXT, JSON, and XML.