Class GetScriptSourceCommandResponse
Response for Returns source for the script with given id.
public sealed class GetScriptSourceCommandResponse : ICommandResponse<GetScriptSourceCommandSettings>, ICommandResponse
- Inheritance
-
GetScriptSourceCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Bytecode
Wasm bytecode.
[JsonPropertyName("bytecode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Bytecode { get; set; }
Property Value
ScriptSource
Script source (empty in case of Wasm bytecode).
[JsonPropertyName("scriptSource")]
public string ScriptSource { get; set; }