Class SurveyCreateScriptFragmentResponseModel
Model containing the odin script fragment relative path
public class SurveyCreateScriptFragmentResponseModel
- Inheritance
-
SurveyCreateScriptFragmentResponseModel
- Inherited Members
Properties
ScriptFragmentPath
The object relative path location
[JsonProperty("ScriptFragmentPath", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ScriptFragmentPath { get; set; }