Class GetScriptSourceCommandResponse
Response for GetScriptSource
public sealed class GetScriptSourceCommandResponse : ICommandResponse<GetScriptSourceCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetScriptSourceCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Bytecode
Gets or sets the bytecode
[JsonPropertyName("bytecode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Bytecode { get; set; }Property Value
ScriptSource
Gets or sets the scriptSource
[JsonPropertyName("scriptSource")]
public string ScriptSource { get; set; }