PageBlockRelatedArticles

---types---
pageBlockRelatedArticles#16115a96 title:RichText articles:Vector<PageRelatedArticle> = PageBlock

Belongs to

PageBlock

In Rust this constructor is a variant of the enums::PageBlock enum.
Match on it with: if let enums::PageBlock::PageBlockRelatedArticles(v) = result { ... }

Parameters

titleRichTextrequired
articlesVector<PageRelatedArticle>required