Get Applications Result
data class GetApplicationsResult(val appName: String? = null, val applications: List<GetApplicationsApplication>, val enableDetails: Boolean? = null, val fieldType: String? = null, val fieldValue: String? = null, val id: String, val ids: List<String>, val namespaceId: String? = null, val orderBy: String? = null, val outputFile: String? = null, val reverse: Boolean? = null, val status: String? = null)
A collection of values returned by getApplications.
Constructors
Link copied to clipboard
constructor(appName: String? = null, applications: List<GetApplicationsApplication>, enableDetails: Boolean? = null, fieldType: String? = null, fieldValue: String? = null, id: String, ids: List<String>, namespaceId: String? = null, orderBy: String? = null, outputFile: String? = null, reverse: Boolean? = null, status: String? = null)