Class AuditData
Version: 3.2
Defines audit data.
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0Audit
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class AuditDataProperties
ActionScriptExecutionSource
Gets or sets the data of the action scripting execution source.
Declaration
RequestResponse
public ExecutionSource? ActionScriptExecutionSource { get; set; }Property Value
| Type | Description |
|---|---|
| ExecutionSource |
ContextData
Gets or sets the data of the scripting context.
Declaration
RequestResponse
public JObject ContextData { get; set; }Property Value
| Type | Description |
|---|---|
| JObject |