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

Organization, such as the source of a dataset or a funder NOTE: source_organization_mid and source_organization_mid_label should always have the same length: the mid and label correspond to each other. We don't use a map for consistency with Location and if we switch to map, we should switch to it in both. Next ID: 6

Attributes

  • organizationMid (type: list(String.t), default: nil) - KG mid for the organization or person.
  • organizationMidLabel (type: list(String.t), default: nil) - Label (in the preferred language of the dataset) for the mid.
  • organizationName (type: String.t, default: nil) - Unreconciled organization name. We store it here only if there are no organization_mid values present.
  • organizationUrl (type: String.t, default: nil) - Original organization url
  • originalOrganizationName (type: String.t, default: nil) - Original name before reconciliation; empty if not reconciled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchOrganization{
  organizationMid: [String.t()] | nil,
  organizationMidLabel: [String.t()] | nil,
  organizationName: String.t() | nil,
  organizationUrl: String.t() | nil,
  originalOrganizationName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.