Class EvaluationRunCachingSettings
Settings for evaluation run caching.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationRunCachingSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RunCachingMode
Optional. The caching mode to use for the evaluation run. If not set, default to FORCE_RUN.
Declaration
[JsonProperty("runCachingMode")]
public virtual string RunCachingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |