GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ToolDetails (google_api_remote_build_execution v0.20.0) View Source

Details for the tool used to call the API.

Attributes

  • toolName (type: String.t, default: nil) - Name of the tool, e.g. bazel.
  • toolVersion (type: String.t, default: nil) - Version of the tool used for the request, e.g. 5.0.3.

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.BuildBazelRemoteExecutionV2ToolDetails{
    toolName: String.t() | nil,
    toolVersion: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.