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

Stores the information about each cluster of versions. Versions are defined in go/s2-versioning. Next available tag: 4

Attributes

  • indexInVersionCluster (type: integer(), default: nil) - Index of this dataset in its cluster of versions.
  • numVersions (type: integer(), default: nil) - The number of versions in a Version Cluster. This is equivalent to cluster size.
  • versionClusterId (type: String.t, default: nil) - A fingerprint id of the cluster of versions this dataset belongs to. This is a hash of a dataset_id in the cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchVersionClusterInfo{
    indexInVersionCluster: integer() | nil,
    numVersions: integer() | nil,
    versionClusterId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.