GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Structre to hold the detailed information for restrict evaluation for a given query and dataset.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
applyTokenStats
(type:GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoApplyTokenStats
, default:nil
)
- -
customRestrictStats
(type:GoogleApi.ContentWarehouse.V1.Model.ResearchScamCustomRestrictEvaluationStats
, 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
, default:nil
)
-
Type
@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
}
applyTokenStats: GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoApplyTokenStats.t() | nil,
customRestrictStats: GoogleApi.ContentWarehouse.V1.Model.ResearchScamCustomRestrictEvaluationStats.t() | nil,
directLookupStats: GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoDirectLookupStats.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfo