Class ListTraceScopesResponse
Response for listing TraceScopes.
Implements
Inherited Members
Namespace: Google.Apis.CloudObservability.v1.Data
Assembly: Google.Apis.CloudObservability.v1.dll
Syntax
public class ListTraceScopesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Optional. If there might be more results than appear in this response, then next_page_token is included.
To get the next set of results, call the same method again using the value of next_page_token as
page_token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TraceScopes
Optional. A list of trace scopes.
Declaration
[JsonProperty("traceScopes")]
public virtual IList<TraceScope> TraceScopes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TraceScope> |