GetEmbedExternalViewResponse
constructor(view: ExternalView? = null, associatedRefs: List<StrongRef>? = null, associatedRecords: List<JsonContent>? = null)
Parameters
view
Hydrated view of the embed. Present only when the resolved records back the requested URL and supply enough information to populate the required viewExternal fields. Omitted alongside the rest of the response when no records resolved or validation failed.
associatedRecords
The raw record data of the Atmosphere records that backed this view. This is returned for convenience, to avoid the need for the client to separately fetch the record data for the associatedRefs. Example: the site.standard.document and site.standard.publication records that backed this view.