View Source GoogleApi.Batch.V1.Model.ReportAgentStateRequest (google_api_batch v0.2.0)

Request to report agent's state. The Request itself implies the agent is healthy.

Attributes

  • agentInfo (type: GoogleApi.Batch.V1.Model.AgentInfo.t, default: nil) - Agent info.
  • agentTimingInfo (type: GoogleApi.Batch.V1.Model.AgentTimingInfo.t, default: nil) - Agent timing info.
  • metadata (type: GoogleApi.Batch.V1.Model.AgentMetadata.t, default: nil) - Agent metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.ReportAgentStateRequest{
  agentInfo: GoogleApi.Batch.V1.Model.AgentInfo.t() | nil,
  agentTimingInfo: GoogleApi.Batch.V1.Model.AgentTimingInfo.t() | nil,
  metadata: GoogleApi.Batch.V1.Model.AgentMetadata.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.