AssistantApiSignInMethod

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSignInMethod


Table of Contents ▼

Jump to a specific part of the page:

Description

The method of sign in which the client supports.

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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