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

A list of per-device contexts and their respective diffs between AvailableDevice and CTF.

Attributes

  • localNetworkIdDiff (type: String.t, default: nil) - The diff between AvailableDevice and CTF for the local network ID of the device.
  • locationFeatureDiff (type: String.t, default: nil) - The diff between AvailableDevice and CTF for the feature proto of the location of the device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsAvailableDeviceAndCtfContextDiffLog{
    localNetworkIdDiff: String.t() | nil,
    locationFeatureDiff: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.