distinguisherMethod property

FlowDistinguisherMethod? distinguisherMethod
final

distinguisherMethod defines how to compute the flow distinguisher for requests that match this schema. nil specifies that the distinguisher is disabled and thus will always be the empty string.

Implementation

final FlowDistinguisherMethod? distinguisherMethod;