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

The aggregated stats for token namespace restricts.

Attributes

  • bijectiveMatches (type: String.t, default: nil) -
  • bitmapMatches (type: String.t, default: nil) -
  • noMatches (type: String.t, default: nil) -
  • nonCompactMatches (type: String.t, default: nil) -
  • vectorDatapointCount (type: String.t, default: nil) -
  • vectorMatches (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoApplyTokenStats{
    bijectiveMatches: String.t() | nil,
    bitmapMatches: String.t() | nil,
    noMatches: String.t() | nil,
    nonCompactMatches: String.t() | nil,
    vectorDatapointCount: String.t() | nil,
    vectorMatches: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.