PersonalizationSettingsApiProtoLocalDiscoveryOpaRecipesContext

GoogleApi.ContentWarehouse.V1.Model.PersonalizationSettingsApiProtoLocalDiscoveryOpaRecipesContext


Table of Contents ▼

Jump to a specific part of the page:

Description

LINT.IfChange Contexts regarding the preferences from OPA_RECIPES. For example, users can click a recipes and say they don't like one cuisine. OpaRecipesContext will contain the doc_id/url of that recipes.

Attributes List

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

View Attributes

Attributes

  1. docId (type: String.t, default: nil)
    - The recipe doc id where the setting comes from.
  2. url (type: String.t, default: nil)
    - The recipe url where the setting comes from.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PersonalizationSettingsApiProtoLocalDiscoveryOpaRecipesContext{
docId: String.t() | nil,
url: String.t() | nil
}

Function

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

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