View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRule (google_api_content_warehouse v0.4.0)
A rule that defines a Cluster based on a relation. Given a relation (a link type) R, then: For each entity B that has incoming links of type R This defines an instance of this rule, with argument=B We create a Set S We make B a child of S For each entity A that has a link R to B, we make A a child of S Next available tag: 6
Attributes
-
relation
(type:String.t
, default:nil
) - The topic_property_name for the link that defines the relation, e.g. "/tv/tv_series_episode/series". Can start with a "!" to indicate that this link is reversed during extraction and we want the reversed case. Required.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoRelationRule{ relation: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.