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

Versioned NSR score data.

Attributes

  • value (type: number(), default: nil) - The corresponding NSR value.
  • versionId (type: integer(), default: nil) - The unique id of the version, preferably just scaled: 19.1 x 10 = 191.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNsrNSRVersionedData{
  value: number() | nil,
  versionId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.