GetPermissionPlainArgs

data class GetPermissionPlainArgs(val enable: String? = null) : ConvertibleToJava<GetPermissionPlainArgs>

A collection of arguments for invoking getPermission.

Constructors

Link copied to clipboard
constructor(enable: String? = null)

Properties

Link copied to clipboard
val enable: String? = null

Setting the value to On to assigns a RAM role to Tair (Redis OSS-Compatible) And Memcache (KVStore). If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off".

Functions

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