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