GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
Metadata about clusters. See go/webref-variants for details. Next available tag: 6.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
isSet
(type:boolean()
, default:nil
)
- If true, this entity is a synthetic entity created to represent a "set" in a cluster, i.e. to represent a set of entities (its children in the cluster graph) when we cannot disambiguate among them. This is similar to a KG Collection, but this is not in KG. -
ruleInstance
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRuleInstance
, default:nil
)
- Explanation of where this cluster, and this entity, come from. All entities in a cluster have this, not just entities that have been created because of the cluster.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterMetadata{
isSet: boolean() | nil,
ruleInstance: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRuleInstance.t() | nil
}
isSet: boolean() | nil,
ruleInstance: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRuleInstance.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterMetadata