- API ›
- Constructors ›
- PageBlockList
PageBlockList
---types--- pageBlockList#e4e88011 items:Vector<PageListItem> = PageBlock
Belongs to
| PageBlock |
In Rust this constructor is a variant of the enums::PageBlock enum.
Match on it with: if let enums::PageBlock::PageBlockList(v) = result { ... }
Parameters
| items | Vector<PageListItem> | required |