ZoneUpdateParameters

@Serializable
data class ZoneUpdateParameters(val metadata: SegmentMetadataUpdate? = null, val children: List<ResourceReference>? = null)

Parameters for updating a Zone's information.

Constructors

Link copied to clipboard
fun ZoneUpdateParameters(metadata: SegmentMetadataUpdate? = null, children: List<ResourceReference>? = null)

Properties

Link copied to clipboard

Child services to group by the Zone.

Link copied to clipboard

Metadata configuration for the zone.