Voting helps other researchers find interesting modules.
HtmlTitleFp
String.t
nil
IndexSelectionScore
number()
NumBackwardLinks
integer()
NumRelated
NumVersions
PublicationDay
PublicationMonth
PublicationYear
RemoveLink
boolean()
ScholarId
Title
VisiblePrefixTerms
author
list(GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignalAuthor.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignal{ HtmlTitleFp: String.t() | nil, IndexSelectionScore: number() | nil, NumBackwardLinks: integer() | nil, NumRelated: integer() | nil, NumVersions: integer() | nil, PublicationDay: integer() | nil, PublicationMonth: integer() | nil, PublicationYear: integer() | nil, RemoveLink: boolean() | nil, ScholarId: String.t() | nil, Title: String.t() | nil, VisiblePrefixTerms: integer() | nil, author: [GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignalAuthor.t()] | nil }
@spec decode(struct(), keyword()) :: struct()