AssistantLogsProviderAnnotationLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsProviderAnnotationLog


Table of Contents ▼

Jump to a specific part of the page:

Description

Provider annotation annotated from the query. These fields contain the detailed information for the provider. (e.g. for Youtube, package_names contains "com.google.android.youtube", localized_names contains "youtube", and lang contains "en" from "en-US" which depends on user's setting.)

Attributes List

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

View Attributes

Attributes

  1. lang (type: String.t, default: nil)
    -
  2. localizedNames (type: list(String.t), default: nil)
    -
  3. packageNames (type: list(String.t), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsProviderAnnotationLog{
lang: String.t() | nil,
localizedNames: [String.t()] | nil,
packageNames: [String.t()] | nil
}

Function

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

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