Class MagicDash
Represents a single MagicDash object returned from the hudu API endpoint magic_dash
Inheritance
System.Object
MagicDash
Assembly: HuduAPI.dll
Syntax
public class MagicDash : IRecord
Properties
CompanyID
Declaration
[JsonProperty("company_id")]
public int CompanyID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CompanyName
Declaration
[JsonProperty("company_name")]
public string CompanyName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Content
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ContentLink
Declaration
[JsonProperty("content_link")]
public object ContentLink { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Icon
Declaration
[JsonProperty("icon")]
public string Icon { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ImageUrl
Declaration
[JsonProperty("image_url")]
public object ImageUrl { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Message
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Shade
Declaration
[JsonProperty("shade")]
public string Shade { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
See Also