Class ThemeUrlResponseModel
public class ThemeUrlResponseModel
- Inheritance
-
ThemeUrlResponseModel
- Inherited Members
Properties
Url
The url to download the theme
[JsonProperty("Url", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Url { get; set; }