google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.StackFrames View Source

A collection of stack frames, which can be truncated.

Attributes

  • droppedFramesCount (integer()): The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped. Defaults to: null.
  • frame ([StackFrame]): Stack frames in this call stack. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudTrace.V2.Model.StackFrames{
  droppedFramesCount: any(),
  frame: [GoogleApi.CloudTrace.V2.Model.StackFrame.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.