Class CompileScriptCommandResponse
Response for CompileScript
public sealed class CompileScriptCommandResponse : ICommandResponse<CompileScriptCommandSettings>, ICommandResponse
- Inheritance
-
CompileScriptCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Gets or sets the exceptionDetails
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails ExceptionDetails { get; set; }
Property Value
ScriptId
Gets or sets the scriptId
[JsonPropertyName("scriptId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ScriptId { get; set; }