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

Contains fields to identify the device which sent the request.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.