# Zilla::IoK8sApiFlowcontrolV1beta1FlowDistinguisherMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | `type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiFlowcontrolV1beta1FlowDistinguisherMethod.new( type: null ) ```