FlowDistinguisherMethodPatch

data class FlowDistinguisherMethodPatch(val type: String? = null)

FlowDistinguisherMethod specifies the method of a flow distinguisher.

Constructors

Link copied to clipboard
constructor(type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

type is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.