Class Asset
Represents a single Asset returned from the Hudu API endpoint assets
Inheritance
System.Object
Asset
Assembly: HuduAPI.dll
Syntax
public class Asset : IRecord
Properties
Archived
Declaration
[JsonProperty("archived")]
public bool Archived { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AssetLayoutID
Declaration
[JsonProperty("asset_layout_id")]
public int AssetLayoutID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
AssetType
Declaration
[JsonProperty("asset_type")]
public string AssetType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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 |
|
CreatedAt
Declaration
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Fields
Declaration
[JsonProperty("fields")]
public IList<Field> Fields { get; set; }
Property Value
| Type |
Description |
| IList<Field> |
|
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ObjectType
Declaration
[JsonProperty("object_type")]
public string ObjectType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PrimaryMail
Declaration
[JsonProperty("primary_mail")]
public object PrimaryMail { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
PrimaryManufacturer
Declaration
[JsonProperty("primary_manufacturer")]
public object PrimaryManufacturer { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
PrimaryModel
Declaration
[JsonProperty("primary_model")]
public object PrimaryModel { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
PrimarySerial
Declaration
[JsonProperty("primary_serial")]
public string PrimarySerial { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Slug
Declaration
[JsonProperty("slug")]
public string Slug { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UpdatedAt
Declaration
[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
See Also