OBJECT
Distribution ratio of a routing group, for a routing rule using custom distribution mode.
type RoutingModeCustomPercentage {# The identifier of the routing group.routingGroupId: UUID! # The distribution ratio of the routing group, expressed as a percentage.percent: Int! }