Voting helps other researchers find interesting modules.
Represents a resolution that may be part of a larger compound reference. For example, "my brother's birthday" will have a subreference that may have resolutions for "my brother".
mid
String.t
nil
name
resolutionScore
number()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution{ mid: String.t() | nil, name: String.t() | nil, resolutionScore: number() | nil }
@spec decode(struct(), keyword()) :: struct()