Class SchemaRefreshConfig
Config for connection schema refresh
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class SchemaRefreshConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UseActionDisplayNames
Whether to use displayName for actions in UI.
Declaration
[JsonProperty("useActionDisplayNames")]
public virtual bool? UseActionDisplayNames { get; set; }
Property Value
Type | Description |
---|---|
bool? |
UseSynchronousSchemaRefresh
Whether to use synchronous schema refresh.
Declaration
[JsonProperty("useSynchronousSchemaRefresh")]
public virtual bool? UseSynchronousSchemaRefresh { get; set; }
Property Value
Type | Description |
---|---|
bool? |