Class Expiration
Represents the objects returned from the Hudu endpoint Expirations
Inheritance
System.Object
Expiration
Assembly: HuduAPI.dll
Syntax
public class Expiration : 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 int? AssetFieldID { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
AssetLayoutFieldID
Declaration
[JsonProperty("asset_layout_field_id")]
public object AssetLayoutFieldID { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
CompanyID
Declaration
[JsonProperty("company_id")]
public int CompanyID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CreatedAt
Declaration
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Date
Declaration
[JsonProperty("date")]
public string Date { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DiscardedAt
Declaration
[JsonProperty("discarded_at")]
public object DiscardedAt { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ExpirationableID
Declaration
[JsonProperty("expirationable_id")]
public int ExpirationableID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ExpirationableType
Declaration
[JsonProperty("expirationable_type")]
public string ExpirationableType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ExpirationType
Declaration
[JsonProperty("expiration_type")]
public string ExpirationType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
SyncID
Declaration
[JsonProperty("sync_id")]
public int? SyncID { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
UpdatedAt
Declaration
[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Implements
See Also