notFoundPage property

String? notFoundPage
getter/setter pair

If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result.

Implementation

core.String? notFoundPage;