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

The method of sign in which the client supports.

Attributes

  • method (type: String.t, default: nil) -
  • signInRequired (type: boolean(), default: nil) - Make Google sign-in mandatory for using Google Assistant on the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSignInMethod{
  method: String.t() | nil,
  signInRequired: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.