google_api_civic_info v0.2.0 GoogleApi.CivicInfo.V2.Model.LivegraphBacktraceRecordInfo View Source

Attributes

  • dataSourcePublishMsec (String.t): Defaults to: null.
  • expId (String.t): Defaults to: null.
  • expInfo (LivegraphBacktraceRecordInfoExpInfo): Defaults to: null.
  • isRecon (boolean()): Defaults to: null.
  • isWlmThrottled (boolean()): Defaults to: null.
  • numberOfTriples (String.t): Defaults to: null.
  • priority (String.t): Defaults to: null.
  • process (String.t): Defaults to: null.
  • proxyReceiveMsec (String.t): Defaults to: null.
  • proxySentMsec (String.t): Defaults to: null.
  • recordId (String.t): Defaults to: null.
  • shouldMonitorLatency (boolean()): Defaults to: null.
  • subscriberReceiveMsec (String.t): Defaults to: null.
  • topicBuildFinishMsec (String.t): Defaults to: null.
  • topicBuildStartMsec (String.t): Defaults to: null.
  • version (String.t): Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CivicInfo.V2.Model.LivegraphBacktraceRecordInfo{
  dataSourcePublishMsec: any(),
  expId: any(),
  expInfo: GoogleApi.CivicInfo.V2.Model.LivegraphBacktraceRecordInfoExpInfo.t(),
  isRecon: any(),
  isWlmThrottled: any(),
  numberOfTriples: any(),
  priority: any(),
  process: any(),
  proxyReceiveMsec: any(),
  proxySentMsec: any(),
  recordId: any(),
  shouldMonitorLatency: any(),
  subscriberReceiveMsec: any(),
  topicBuildFinishMsec: any(),
  topicBuildStartMsec: any(),
  version: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.