View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterMetadata (google_api_content_warehouse v0.4.0)

Metadata about clusters. See go/webref-variants for details. Next available tag: 6.

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.t, 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterMetadata{
  isSet: boolean() | nil,
  ruleInstance:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRuleInstance.t()
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.