GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildbotResourceUsageIOStats (google_api_remote_build_execution v0.23.0) View Source

Attributes

  • readBytesCount (type: String.t, default: nil) -
  • readCount (type: String.t, default: nil) -
  • readTimeMs (type: String.t, default: nil) -
  • writeBytesCount (type: String.t, default: nil) -
  • writeCount (type: String.t, default: nil) -
  • writeTimeMs (type: String.t, default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildbotResourceUsageIOStats{
    readBytesCount: String.t() | nil,
    readCount: String.t() | nil,
    readTimeMs: String.t() | nil,
    writeBytesCount: String.t() | nil,
    writeCount: String.t() | nil,
    writeTimeMs: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.