AssistantLogsNearbyDevicesLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsNearbyDevicesLog


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. deviceArbitrationCreationTimestampMs (type: String.t, default: nil)
    - The timestamp that DeviceArbitration is created in milliseconds.
  2. deviceTargetingInputCreationTimestampMs (type: String.t, default: nil)
    - The timestamp that DeviceTargetingInput is built in milliseconds.
  3. eliminatedByFurtherDistance (type: integer(), default: nil)
    -
  4. eliminatedByLocalClosest (type: integer(), default: nil)
    -
  5. eliminatedByUnknownDifferentRoom (type: integer(), default: nil)
    -
  6. eliminatedByUnregisteredDevice (type: integer(), default: nil)
    -
  7. localDevice (type: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog, default: nil)
    -
  8. nearbyDevices (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog), default: nil)
    -
  9. numClosestDevices (type: integer(), default: nil)
    -
  10. numEquallyCloseDevices (type: integer(), default: nil)
    -
  11. numFurtherDevices (type: integer(), default: nil)
    -
  12. numHearingDevices (type: integer(), default: nil)
    -
  13. numUnknownDistanceDevices (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsNearbyDevicesLog{
deviceArbitrationCreationTimestampMs: String.t() | nil,
deviceTargetingInputCreationTimestampMs: String.t() | nil,
eliminatedByFurtherDistance: integer() | nil,
eliminatedByLocalClosest: integer() | nil,
eliminatedByUnknownDifferentRoom: integer() | nil,
eliminatedByUnregisteredDevice: integer() | nil,
localDevice: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog.t() | nil,
nearbyDevices: [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog.t()] | nil,
numClosestDevices: integer() | nil,
numEquallyCloseDevices: integer() | nil,
numFurtherDevices: integer() | nil,
numHearingDevices: integer() | nil,
numUnknownDistanceDevices: integer() | nil
}

Function

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

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