Class Website
Represents a single website object returned from the Hudu API endpoint websites
Inheritance
System.Object
Website
Assembly: HuduAPI.dll
Syntax
public class Website : IRecord
Properties
AccountID
Declaration
[JsonProperty("account_id")]
public int AccountID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
AssetFieldID
Declaration
[JsonProperty("asset_field_id")]
public object AssetFieldID { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
AssetType
Declaration
[JsonProperty("asset_type")]
public string AssetType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Code
Declaration
[JsonProperty("code")]
public int? Code { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
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 |
|
DisableDns
Declaration
[JsonProperty("disable_dns")]
public bool DisableDns { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DisableSsl
Declaration
[JsonProperty("disable_ssl")]
public bool DisableSsl { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DisableWhois
Declaration
[JsonProperty("disable_whois")]
public bool DisableWhois { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DiscardedAt
Declaration
[JsonProperty("discarded_at")]
public object DiscardedAt { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Declaration
[JsonProperty("headers")]
public object Headers { 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 |
|
Keyword
Declaration
[JsonProperty("keyword")]
public object Keyword { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Message
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MonitoredAt
Declaration
[JsonProperty("monitored_at")]
public DateTime MonitoredAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
MonitoringStatus
Declaration
[JsonProperty("monitoring_status")]
public string MonitoringStatus { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MonitorType
Declaration
[JsonProperty("monitor_type")]
public int MonitorType { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Notes
Declaration
[JsonProperty("notes")]
public object Notes { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ObjectType
Declaration
[JsonProperty("object_type")]
public string ObjectType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Paused
Declaration
[JsonProperty("paused")]
public bool Paused { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RefreshedAt
Declaration
[JsonProperty("refreshed_at")]
public DateTime RefreshedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
SentNotifications
Declaration
[JsonProperty("sent_notifications")]
public bool SentNotifications { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Slug
Declaration
[JsonProperty("slug")]
public string Slug { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Status
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements