GoogleAssistantEmbeddedV1SurfaceIdentity

GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1SurfaceIdentity


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains fields to identify the device which sent the request.

Attributes List

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

View Attributes

Attributes

  1. surfaceType (type: String.t, default: nil)
    - Surface type that the device identifies as.
  2. userAgentSuffix (type: String.t, default: nil)
    - * Fully formed user agent suffix string.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1SurfaceIdentity{
surfaceType: String.t() | nil,
userAgentSuffix: String.t() | nil
}

Function

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

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