GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlPatternSignalsPriorSignal
Table of Contents ▼
Jump to a specific part of the page:
Description
This message provides a container for any signal used in scoring, and allows UrlPatternSignals to extend beyond (regexp_)pattern_score and pagerank_score.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
aggregatedScore
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore
, default:nil
)
- -
priorSignalId
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlPatternSignalsPriorSignal{
aggregatedScore: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t() | nil,
priorSignalId: String.t() | nil
}
aggregatedScore: GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorAggregatedScore.t() | nil,
priorSignalId: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorUrlPatternSignalsPriorSignal