Show / Hide Table of Contents

Class ListTracesResponse

The response message for the ListTraces method.

Inheritance
object
ListTracesResponse
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.v1.Data
Assembly: Google.Apis.CloudTrace.v1.dll
Syntax
public class ListTracesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Traces

List of trace records as specified by the view parameter.

Declaration
[JsonProperty("traces")]
public virtual IList<Trace> Traces { get; set; }
Property Value
Type Description
IList<Trace>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX