(self)
| 67 | self._total_seats_purchased: Attribute[int] = NotSet |
| 68 | |
| 69 | def __repr__(self) -> str: |
| 70 | return self.get__repr__({"enterprise": self._enterprise.value}) |
| 71 | |
| 72 | @property |
| 73 | def enterprise(self) -> str: |
nothing calls this directly
no test coverage detected