AssistantApiSettingsMusicFilter

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsMusicFilter


Table of Contents ▼

Jump to a specific part of the page:

Description

Specification of which music features can be used.

Attributes List

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

View Attributes

Attributes

  1. availableProviders (type: list(String.t), default: nil)
    - Providers available at the time user updated settings.
  2. providerFilterState (type: String.t, default: nil)
    - Represents the state for the music provider filter.
  3. state (type: String.t, default: nil)
    -
  4. whitelistedProviders (type: list(String.t), default: nil)
    - Contains the list of whitelisted music providers.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsMusicFilter{
availableProviders: [String.t()] | nil,
providerFilterState: String.t() | nil,
state: String.t() | nil,
whitelistedProviders: [String.t()] | nil
}

Function

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

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