Class SurveyGetScriptFragmentModel
Model containing the odin script
public class SurveyGetScriptFragmentModel
- Inheritance
-
SurveyGetScriptFragmentModel
- Inherited Members
Properties
Script
Gets the odin fragment script.
[JsonProperty("Script", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Script { get; set; }