Class DataStoreConnectorConfig
The connector config for the data store connection.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class DataStoreConnectorConfig : IDirectResponseSchema
Properties
Collection
Resource name of the collection the data store belongs to.
Declaration
[JsonProperty("collection")]
public virtual string Collection { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CollectionDisplayName
Display name of the collection the data store belongs to.
Declaration
[JsonProperty("collectionDisplayName")]
public virtual string CollectionDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataSource
The name of the data source. Example: salesforce, jira, confluence, bigquery.
Declaration
[JsonProperty("dataSource")]
public virtual string DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |