Show / Hide Table of Contents

Class ListTransferRunsResponse

The returned list of pipelines in the project.

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

Properties

ETag

The ETag of the item.

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

NextPageToken

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListTransferRunsRequest.page_token to request the next page of list results.

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

TransferRuns

Output only. The stored pipeline transfer runs.

Declaration
[JsonProperty("transferRuns")]
public virtual IList<TransferRun> TransferRuns { get; set; }
Property Value
Type Description
IList<TransferRun>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX