Class ListTracesResponse
The response message for the ListTraces
method.
Implements
Inherited Members
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> |