ResearchScienceSearchReplica

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchReplica


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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