Class StackFrames
A collection of stack frames, which can be truncated.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class StackFrames : IDirectResponseSchema
Properties
DroppedFramesCount
Optional. 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.
Declaration
[JsonProperty("droppedFramesCount")]
public virtual int? DroppedFramesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Frame
Optional. Stack frames in this call stack.
Declaration
[JsonProperty("frame")]
public virtual IList<StackFrame> Frame { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<StackFrame> |