- API ›
- Constructors ›
- PageListItemBlocks
PageListItemBlocks
---types--- pageListItemBlocks#25e073fc blocks:Vector<PageBlock> = PageListItem
Belongs to
| PageListItem |
In Rust this constructor is a variant of the enums::PageListItem enum.
Match on it with: if let enums::PageListItem::PageListItemBlocks(v) = result { ... }