Class PythonCodeCondition
Python code block to evaluate the condition.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class PythonCodeCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PythonCode
Required. The python code to execute.
Declaration
[JsonProperty("pythonCode")]
public virtual string PythonCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |