View Source GoogleApi.CloudTrace.V2.Model.StackFrames (google_api_cloud_trace v0.24.0)
A collection of stack frames, which can be truncated.
Attributes
-
droppedFramesCount(type:integer(), default:nil) - 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. -
frame(type:list(GoogleApi.CloudTrace.V2.Model.StackFrame.t), default:nil) - Stack frames in this call stack.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudTrace.V2.Model.StackFrames{ droppedFramesCount: integer() | nil, frame: [GoogleApi.CloudTrace.V2.Model.StackFrame.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.