itemType property
The type for this item. Possible string values are:
- "UNSPECIFIED"
- "CONTENT_ITEM" : An item that is indexed for the only purpose of serving information. These items cannot be referred in containerName or inheritAclFrom fields.
- "CONTAINER_ITEM" : An item that gets indexed and whose purpose is to supply other items with ACLs and/or contain other items.
- "VIRTUAL_CONTAINER_ITEM" : An item that does not get indexed, but otherwise has the same purpose as CONTAINER_ITEM.
Implementation
core.String? itemType;