Get Assets Plain Args
data class GetAssetsPlainArgs(val criteria: String? = null, val ids: List<String>? = null, val importance: Int? = null, val logicalExp: String? = null, val machineTypes: String? = null, val noGroupTrace: Boolean? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetAssetsPlainArgs>
A collection of arguments for invoking getAssets.