View Source GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfo (google_api_content_warehouse v0.4.0)
Structre to hold the detailed information for restrict evaluation for a given query and dataset.
Attributes
-
applyTokenStats(type:GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoApplyTokenStats.t, default:nil) - -
customRestrictStats(type:GoogleApi.ContentWarehouse.V1.Model.ResearchScamCustomRestrictEvaluationStats.t, default:nil) - The evaluation results for all custom restricts. It's up to the individual custom restrict implementation and configuration to populate this field accordingly. -
directLookupStats(type:GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoDirectLookupStats.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfo{ applyTokenStats: GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoApplyTokenStats.t() | nil, customRestrictStats: GoogleApi.ContentWarehouse.V1.Model.ResearchScamCustomRestrictEvaluationStats.t() | nil, directLookupStats: GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoDirectLookupStats.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.