data class RealmUserProfileGroupArgs(val annotations: Output<Map<String, String>>? = null, val displayDescription: Output<String>? = null, val displayHeader: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<RealmUserProfileGroupArgs>