GetPluginsPlugin

data class GetPluginsPlugin(val createTime: String, val description: String, val id: String, val modifiedTime: String, val pluginData: String, val pluginId: String, val pluginName: String, val pluginType: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, id: String, modifiedTime: String, pluginData: String, pluginId: String, pluginName: String, pluginType: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CreateTime of the resource.

Link copied to clipboard

The description of the plug-in, which cannot exceed 200 characters.

Link copied to clipboard
val id: String

The ID of the Plugin.

Link copied to clipboard

The ModifiedTime of the resource.

Link copied to clipboard

The definition statement of the plug-in. Plug-in definition statements in the JSON and YAML formats are supported.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the plug-in that you want to create.

Link copied to clipboard

The type of the plug-in.

Link copied to clipboard

The tag of the resource.