Class ListDataSourcesResponse
Returns list of supported data sources and their metadata.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ListDataSourcesResponse : IDirectResponseSchema
Properties
DataSources
List of supported data sources and their transfer settings.
Declaration
[JsonProperty("dataSources")]
public virtual IList<DataSource> DataSources { get; set; }
Property Value
Type | Description |
---|---|
IList<DataSource> |
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
ListDataSourcesRequest.page_token
to request the next page of list results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |