View Source GoogleApi.Batch.V1.Model.AgentTimingInfo (google_api_batch v0.2.1)

VM timing information

Attributes

  • agentStartupTime (type: DateTime.t, default: nil) - Agent startup time
  • bootTime (type: DateTime.t, default: nil) - Boot timestamp of the VM OS
  • scriptStartupTime (type: DateTime.t, default: nil) - Startup time of the Batch VM script.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.AgentTimingInfo{
  agentStartupTime: DateTime.t() | nil,
  bootTime: DateTime.t() | nil,
  scriptStartupTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.