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

Attributes

  • devicesAfterRun (type: integer(), default: nil) - Number of candidate devices after this stage is run.
  • devicesBeforeRun (type: integer(), default: nil) - Number of candidate devices before this stage is run.
  • processorName (type: String.t, default: nil) - Name of the processor for this stage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsLumosProcessorInfo{
  devicesAfterRun: integer() | nil,
  devicesBeforeRun: integer() | nil,
  processorName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.