Class SetDisplayContentRequest
Inheritance
SetDisplayContentRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SetDisplayContentRequest
Properties
Id of the content which is supposed to be a DisplayContent. Intentionally nullable, null on the the property means the 'unset' operation
Declaration
[JsonProperty("displayContentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DisplayContentId { get; set; }
Property Value
Methods
Declaration
public static SetDisplayContentRequest FromJson(string data)
Parameters
Returns