Class ListConnectionsResponse
The response for ConnectionService.ListConnections.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class ListConnectionsResponse : IDirectResponseSchema
Properties
Connections
List of connections.
Declaration
[JsonProperty("connections")]
public virtual IList<Connection> Connections { get; set; }
Property Value
Type | Description |
---|---|
IList<Connection> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Next page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |