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

Information on the catalog that this dataset comes from. Next ID: 5

Attributes

  • description (type: String.t, default: nil) - catalog description
  • mid (type: String.t, default: nil) - catalog mid
  • name (type: String.t, default: nil) - catalog name
  • url (type: String.t, default: nil) - catalog url

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchCatalog{
  description: String.t() | nil,
  mid: String.t() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.