Show / Hide Table of Contents

Class ListTraceSinksResponse

Result returned from ListTraceSinks.

Inheritance
object
ListTraceSinksResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX