Class ListTraceSinksResponse
Result returned from ListTraceSinks
.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2beta1.Data
Assembly: Google.Apis.CloudTrace.v2beta1.dll
Syntax
public class ListTraceSinksResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A paginated response where more pages might be available has next_page_token
set. 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 |
Sinks
A list of sinks.
Declaration
[JsonProperty("sinks")]
public virtual IList<TraceSink> Sinks { get; set; }
Property Value
Type | Description |
---|---|
IList<TraceSink> |