(self)
| 9639 | return AccountGetQuotaResult(quota_snapshots) |
| 9640 | |
| 9641 | def to_dict(self) -> dict: |
| 9642 | result: dict = {} |
| 9643 | result["quotaSnapshots"] = from_dict(lambda x: to_class(AccountQuotaSnapshot, x), self.quota_snapshots) |
| 9644 | return result |
| 9645 | |
| 9646 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 9647 | @dataclass |