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

Stores the information about a dataset replica. Next ID: 5

Attributes

  • catalogName (type: String.t, default: nil) - The name of the catalog that the replica comes from.
  • catalogUrl (type: String.t, default: nil) - The url of the catalog that the replica comes from.
  • indexInCluster (type: integer(), default: nil) - The index of this replica in a cluster of replicas.
  • url (type: String.t, default: nil) - Url for the replica.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchReplica{
  catalogName: String.t() | nil,
  catalogUrl: String.t() | nil,
  indexInCluster: integer() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.