Class ScriptCoverage
ScriptCoverage
public sealed class ScriptCoverage
- Inheritance
-
ScriptCoverage
- Inherited Members
Properties
Functions
functions
[JsonPropertyName("functions")]
public FunctionCoverage[] Functions { get; set; }
Property Value
ScriptId
scriptId
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }