Service Group Properties Args
data class ServiceGroupPropertiesArgs(val displayName: Output<String>? = null, val parent: Output<ParentServiceGroupPropertiesArgs>? = null) : ConvertibleToJava<ServiceGroupPropertiesArgs>
ServiceGroup creation request body parameters.
Constructors
Link copied to clipboard
constructor(displayName: Output<String>? = null, parent: Output<ParentServiceGroupPropertiesArgs>? = null)