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

NOTE: add stats for numeric restrict if needed. The stats for direct lookup restricts.

Attributes

  • directLookupDocidsCount (type: String.t, default: nil) - The number of docids in the direct lookup request.
  • directLookupMatches (type: String.t, default: nil) - The number of datapoints found for direct lookup request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoDirectLookupStats{
    directLookupDocidsCount: String.t() | nil,
    directLookupMatches: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.