GetServiceTraffic

data class GetServiceTraffic(val percent: Int, val revision: String, val tag: String, val type: String)

Constructors

Link copied to clipboard
constructor(percent: Int, revision: String, tag: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies percent of the traffic to this Revision. This defaults to zero if unspecified.

Link copied to clipboard

Revision to which to send this portion of traffic, if traffic allocation is by revision.

Link copied to clipboard
val tag: String

Indicates a string to be part of the URI to exclusively reference this target.

Link copied to clipboard

The allocation type for this traffic target. Possible values: "TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST", "TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION"