RepositoryWebrefClusterProtoMidListRule

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRule


Table of Contents ▼

Jump to a specific part of the page:

Description

A rule that defines a Cluster based on a list of mids. It creates a single Set, and makes it the parent of each of the mids in the list.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. id (type: String.t, default: nil)
    - Id of this rule; this is used to generate ids for the synthetic entities created for a cluster. Required.
  2. mid (type: list(String.t), default: nil)
    - The mids of the entities that will be made into a cluster.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRule{
id: String.t() | nil,
mid: [String.t()] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefClusterProtoMidListRule