Class DataStoreSettings
Data store related settings for the app.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class DataStoreSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Engines
Output only. The engines for the app.
Declaration
[JsonProperty("engines")]
public virtual IList<DataStoreSettingsEngine> Engines { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DataStoreSettingsEngine> |