Interface for all block types on a guideline page.
An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.Following types all implement this interface and must have all fields of this interface present.The __typename field resolves to a String which lets you differentiate different data types from each other on the client.
The id of the GuidelinePageBlock.
The type of this GuidelinePageBlock.
The searchable content of the GuidelinePageBlock. When the block cannot be serialized, this field is null.
The url of the GuidelinePageBlock
The timestamp of the most recent modification to the GuidelinePageBlock. If not modified, this represents the creation time.
The settings of the GuidelinePageBlock.
A list of GuidelinePageBlockAssetSetting used by this GuidelinePageBlock.