View Source GoogleApi.ToolResults.V1beta3.Model.GraphicsStatsBucket (google_api_tool_results v0.34.0)

Attributes

  • frameCount (type: String.t, default: nil) - Number of frames in the bucket.
  • renderMillis (type: String.t, default: nil) - Lower bound of render time in milliseconds.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.GraphicsStatsBucket{
  frameCount: String.t() | nil,
  renderMillis: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.