Class CompileScriptCommandResponse
Response for Compiles expression.
public sealed class CompileScriptCommandResponse : ICommandResponse<CompileScriptCommandSettings>, ICommandResponse
- Inheritance
-
CompileScriptCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Exception details.
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails? ExceptionDetails { get; set; }
Property Value
ScriptId
Id of the script.
[JsonPropertyName("scriptId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ScriptId { get; set; }