Class CheckValidCredsResponse
A response indicating whether the credentials exist and are valid.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class CheckValidCredsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasValidCreds
If set to true
, the credentials exist and are valid.
Declaration
[JsonProperty("hasValidCreds")]
public virtual bool? HasValidCreds { get; set; }
Property Value
Type | Description |
---|---|
bool? |