GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoApplyTokenStats
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
The aggregated stats for token namespace restricts.
Attributes List
This module has the following attributes (case-insensitive ascending order):
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
)
-
Type
@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
}
bijectiveMatches: String.t() | nil,
bitmapMatches: String.t() | nil,
noMatches: String.t() | nil,
nonCompactMatches: String.t() | nil,
vectorDatapointCount: String.t() | nil,
vectorMatches: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScamRestrictEvaluationInfoApplyTokenStats