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

Kids mode config for the current device. go/aff-parentalsupervision-dd

Attributes

  • kidsModeEnabled (type: boolean(), default: nil) -
  • obfuscatedGaiaId (type: String.t, default: nil) - Identifier of the account currently specified to be used with kids mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsKidsMode{
  kidsModeEnabled: boolean() | nil,
  obfuscatedGaiaId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.