Component Type Property Group Args
data class ComponentTypePropertyGroupArgs(val groupType: Output<ComponentTypePropertyGroupGroupType>? = null, val propertyNames: Output<List<String>>? = null) : ConvertibleToJava<ComponentTypePropertyGroupArgs>
An object that sets information about a property group.
Constructors
Link copied to clipboard
constructor(groupType: Output<ComponentTypePropertyGroupGroupType>? = null, propertyNames: Output<List<String>>? = null)