(self)
| 11355 | return MarketplaceListResult(marketplaces) |
| 11356 | |
| 11357 | def to_dict(self) -> dict: |
| 11358 | result: dict = {} |
| 11359 | result["marketplaces"] = from_list(lambda x: to_class(MarketplaceInfo, x), self.marketplaces) |
| 11360 | return result |
| 11361 | |
| 11362 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 11363 | @dataclass |