RepositoryWebrefPersonalizationContextOutput

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPersonalizationContextOutput


Table of Contents ▼

Jump to a specific part of the page:

Description

Key-Value-like message to store values associated with a personalization type. Next id: 3

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. score (type: number(), default: nil)
    - Score corresponding to some kind of biasing strength which was applied. The exact semantics of this score is subject to further changes. Don't make assumptions about specific values or ranges. Values > 0 represents that a boost was applied. Values < 0 represents that a penalty was appled.
  2. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPersonalizationContextOutput{
score: number() | nil,
type: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPersonalizationContextOutput