ScienceCitationUnionCatalog

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationUnionCatalog


Table of Contents ▼

Jump to a specific part of the page:

Description

Create UnionCatalog as a group if we want to later add book level informations.

Attributes List

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

View Attributes

Attributes

  1. CanonicalUrlfp (type: String.t, default: nil)
    -
  2. MetadataUrl (type: String.t, default: nil)
    - url of catalog metadata file
  3. NumLibraries (type: integer(), default: nil)
    - Information about the number of libraries the citation appears. It should be useful for ranking.
  4. Subject (type: list(String.t), default: nil)
    - Categories classification of the citation
  5. Url (type: String.t, default: nil)
    - UnionCatalog url to display to users

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationUnionCatalog{
CanonicalUrlfp: String.t() | nil,
MetadataUrl: String.t() | nil,
NumLibraries: integer() | nil,
Subject: [String.t()] | nil,
Url: String.t() | nil
}

Function

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

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