Class CustomerApp
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class CustomerApp
Properties
Declaration
[JsonProperty("appId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string AppId { get; set; }
Property Value
Declaration
[JsonProperty("description", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Description { get; set; }
Property Value
Declaration
[JsonProperty("icon", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Icon { get; set; }
Property Value
Declaration
[JsonProperty("name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Name { get; set; }
Property Value
Methods
Declaration
public static CustomerApp FromJson(string data)
Parameters
Returns