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

Specification of which music features can be used.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.