> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/enum/enum.name.md).

# Enum.name

*`property`*` ``name:`` `*`str`*

## Query Example

```python
from glider import *

def query():
    contracts = Contracts().exec(1, 71)

    for enum in contracts[0].enums().exec():
      print(enum.name)

    return []
```

## Example Output

<figure><img src="/files/BqcrGjy8IxPMG3Dgy4fm" alt=""><figcaption></figcaption></figure>
