Sha256: 76fdd6e9870e60db5f0206a20cb6819a7ea2a6f4551f8a299a3a5bd3284e166a

Contents?: true

Size: 772 Bytes

Versions: 1

Compression:

Stored size: 772 Bytes

Contents

# Zilla::IoK8sApiFlowcontrolV1beta1LimitResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **queuing** | [**IoK8sApiFlowcontrolV1beta1QueuingConfiguration**](IoK8sApiFlowcontrolV1beta1QueuingConfiguration.md) |  | [optional] |
| **type** | **String** | `type` is \"Queue\" or \"Reject\". \"Queue\" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. \"Reject\" means that requests that can not be executed upon arrival are rejected. Required. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiFlowcontrolV1beta1LimitResponse.new(
  queuing: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiFlowcontrolV1beta1LimitResponse.md