Entity Property Group Args
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)