- API ›
- Constructors ›
- PageBlockAuthorDate
PageBlockAuthorDate
---types--- pageBlockAuthorDate#baafe5e0 author:RichText published_date:int = PageBlock
Belongs to
| PageBlock |
In Rust this constructor is a variant of the enums::PageBlock enum.
Match on it with: if let enums::PageBlock::PageBlockAuthorDate(v) = result { ... }