Voting helps other researchers find interesting modules.
An instance of a "relation" rule. Each "relation" rule defines a number of clusters, one for each entity B that that has incoming links of a certain type R; all entities with an outgoing link to B of type R are part of that cluster.
role
String.t
nil
rule
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRule.t
target
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntityId.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRuleInstance{ role: String.t() | nil, rule: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRule.t() | nil, target: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntityId.t() | nil }
@spec decode(struct(), keyword()) :: struct()