Class TemplateValue
Media type specific value for a template
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TemplateValue
Properties
MediaType
Media type.
Declaration
[JsonProperty("mediaType", Required = Required.Always)]
[Required]
public string MediaType { get; set; }
Property Value
string |
Text
Text.
Declaration
[JsonProperty("text", Required = Required.Always)]
[Required]
public string Text { get; set; }
Property Value
string |
Methods
FromJson(string)
Declaration
public static TemplateValue FromJson(string data)
Parameters
string data |
Returns
TemplateValue |