RealmUserProfileGroupArgs

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>

Constructors

Link copied to clipboard
constructor(annotations: Output<Map<String, String>>? = null, displayDescription: Output<String>? = null, displayHeader: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>? = null
Link copied to clipboard
val displayDescription: Output<String>? = null

The display description of the group.

Link copied to clipboard
val displayHeader: Output<String>? = null

The display header of the group.

Link copied to clipboard
val name: Output<String>

Functions

Link copied to clipboard
open override fun toJava(): RealmUserProfileGroupArgs