Get Gallery Application Result
data class GetGalleryApplicationResult(val description: String? = null, val endOfLifeDate: String? = null, val eula: String? = null, val id: String, val location: String, val name: String, val privacyStatementUri: String? = null, val releaseNoteUri: String? = null, val supportedOSType: String, val tags: Map<String, String>? = null, val type: String)
Specifies information about the gallery Application Definition that you want to create or update.
Constructors
Link copied to clipboard
fun GetGalleryApplicationResult(description: String? = null, endOfLifeDate: String? = null, eula: String? = null, id: String, location: String, name: String, privacyStatementUri: String? = null, releaseNoteUri: String? = null, supportedOSType: String, tags: Map<String, String>? = null, type: String)