GetAlertResourcePlainArgs

data class GetAlertResourcePlainArgs(val lang: String? = null, val project: String? = null, val type: String) : ConvertibleToJava<GetAlertResourcePlainArgs>

A collection of arguments for invoking getAlertResource.

Constructors

Link copied to clipboard
constructor(lang: String? = null, project: String? = null, type: String)

Properties

Link copied to clipboard
val lang: String? = null

The lang of alert center resource when type is user.

Link copied to clipboard
val project: String? = null

The project of alert resource when type is project.

Link copied to clipboard

The type of alert resources, must be user or project, 'user' for init aliyuncloud account's alert center resource, including project named sls-alert-{uid}-{region} and some dashboards; 'project' for init project's alert resource, including logstore named internal-alert-history and alert dashboard.

Functions

Link copied to clipboard
open override fun toJava(): GetAlertResourcePlainArgs