Get Node Classes Plain Args
data class GetNodeClassesPlainArgs(val category: String? = null, val dbNodeClass: String? = null, val dbType: String? = null, val dbVersion: String? = null, val outputFile: String? = null, val payType: String, val regionId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetNodeClassesPlainArgs>
A collection of arguments for invoking getNodeClasses.
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Database version required by the user. Value options can refer to the latest docs detail info DBVersion
. If db_version is set, db_type also needs to be set.