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

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

  • 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.
  • mid (type: list(String.t), default: nil) - The mids of the entities that will be made into a cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.