entityType property

String? entityType
getter/setter pair

Type of the entity indicating if the entity is a site, site-section, or page.

Required. Possible string values are:

  • "ENTITY_TYPE_UNSPECIFIED" : The entity type is unspecified.
  • "SITE" : The enforced entity is an entire website.
  • "SITE_SECTION" : The enforced entity is a particular section of a website. All the pages with this prefix are enforced.
  • "PAGE" : The enforced entity is a single web page.

Implementation

core.String? entityType;