> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.fast_depends.core.model.PriorityPair

<h2 id="autogen.fast_depends.core.model.PriorityPair" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">PriorityPair</span>
</h2>

```python theme={null}
PriorityPair(
    call,
    dependencies_number,
    dependencies_names
)
```

PriorityPair(call, dependencies\_number, dependencies\_names)

<b>Parameters:</b>

| Name                  | Description |
| --------------------- | ----------- |
| `call`                |             |
| `dependencies_number` |             |
| `dependencies_names`  |             |

### Instance Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### call

<br />

Alias for field number 0

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### dependencies\_names

<br />

Alias for field number 2

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### dependencies\_number

<br />

Alias for field number 1
