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

Specification of which webview features can be used.

Attributes

  • jasperWebviewConsent (type: boolean(), default: nil) - Indicates if user has consented Jasper warning message.
  • state (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsWebviewFilter{
  jasperWebviewConsent: boolean() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.