Voting helps other researchers find interesting modules.
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
organizationMid
list(String.t)
nil
organizationMidLabel
organizationName
String.t
organizationUrl
originalOrganizationName
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()