Show / Hide Table of Contents

Class StackFrames

A collection of stack frames, which can be truncated.

Inheritance
object
StackFrames
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX