View Source GoogleApi.ContentWarehouse.V1.Model.AssistantLogsProviderAnnotationLog (google_api_content_warehouse v0.4.0)

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

  • lang (type: String.t, default: nil) -
  • localizedNames (type: list(String.t), default: nil) -
  • packageNames (type: list(String.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.