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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.