WebPageInstantView¶
Describes an instant view page for a web page
WebPageInstantView(
blocks: list of PageBlock,
view_count: int32,
version: int32,
is_rtl: Bool,
is_full: Bool,
feedback_link: InternalLinkType
) → WebPageInstantView
blocks¶
list of PageBlock
Content of the instant view page
view_count¶
int32
Number of the instant view views; 0 if unknown
version¶
int32
Version of the instant view; currently, can be 1 or 2
is_rtl¶
Bool
True, if the instant view must be shown from right to left
is_full¶
Bool
True, if the instant view contains the full page. A network request might be needed to get the full instant view
feedback_link¶
An internal link to be opened to leave feedback about the instant view