data class UserArtifactManageArgs(val install: Output<String>, val remove: Output<String>, val update: Output<String>? = null) : ConvertibleToJava<UserArtifactManageArgs>
Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters.