Get Applications Plain Args
data class GetApplicationsPlainArgs(val appName: String? = null, val enableDetails: Boolean? = null, val fieldType: String? = null, val fieldValue: String? = null, val ids: List<String>? = null, val namespaceId: String? = null, val orderBy: String? = null, val outputFile: String? = null, val reverse: Boolean? = null, val status: String? = null) : ConvertibleToJava<GetApplicationsPlainArgs>
A collection of arguments for invoking getApplications.