EntityPropertyGroupArgs

data class EntityPropertyGroupArgs(val groupType: Output<EntityPropertyGroupGroupType>? = null, val propertyNames: Output<List<String>>? = null) : ConvertibleToJava<EntityPropertyGroupArgs>

An object that specifies information about a property group.

Constructors

Link copied to clipboard
constructor(groupType: Output<EntityPropertyGroupGroupType>? = null, propertyNames: Output<List<String>>? = null)

Properties

Link copied to clipboard

The type of property group.

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

The list of property names in the property group.

Functions

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