Class SupportedRuntimeFeatures
Supported runtime features of a connector version.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class SupportedRuntimeFeatures : IDirectResponseSchema
Properties
ActionApis
Specifies if the connector supports action apis like 'executeAction'.
Declaration
[JsonProperty("actionApis")]
public virtual bool? ActionApis { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityApis
Specifies if the connector supports entity apis like 'createEntity'.
Declaration
[JsonProperty("entityApis")]
public virtual bool? EntityApis { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SqlQuery
Specifies if the connector supports 'ExecuteSqlQuery' operation.
Declaration
[JsonProperty("sqlQuery")]
public virtual bool? SqlQuery { get; set; }
Property Value
Type | Description |
---|---|
bool? |