GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRuleInstance
Table of Contents ▼
Jump to a specific part of the page:
Description
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.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
role
(type:String.t
, default:nil
)
- -
rule
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRule
, default:nil
)
- The rule that this is an instance of. Required. -
target
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntityId
, default:nil
)
- The one entity that the links of type R point to. Required.
Type
@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
}
role: String.t() | nil,
rule: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRule.t() | nil,
target: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntityId.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRuleInstance