Class ActivityLog
Represents a returned ActivityLog from the Hudu API endpoint activity_logs
Inheritance
System.Object
ActivityLog
Assembly: HuduAPI.dll
Syntax
public class ActivityLog : IRecord
Properties
Action
Declaration
[JsonProperty("action")]
public string Action { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AppType
Declaration
[JsonProperty("app_type")]
public string AppType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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 |
| System.Nullable<DateTime> |
|
Details
Declaration
[JsonProperty("details")]
public object Details { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Declaration
[JsonProperty("formatted_datetime")]
public string FormattedDatetime { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IPAddress
Declaration
[JsonProperty("ip_address")]
public string IPAddress { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RecordCompanyUrl
Declaration
[JsonProperty("record_company_url")]
public string RecordCompanyUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RecordID
Declaration
[JsonProperty("record_id")]
public int? RecordID { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
RecordName
Declaration
[JsonProperty("record_name")]
public string RecordName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RecordType
Declaration
[JsonProperty("record_type")]
public string RecordType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RecordUrl
Declaration
[JsonProperty("record_url")]
public string RecordUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RecordUserUrl
Declaration
[JsonProperty("record_user_url")]
public string RecordUserUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Token
Declaration
[JsonProperty("token")]
public string Token { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UserEmail
Declaration
[JsonProperty("user_email")]
public string UserEmail { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UserID
Declaration
[JsonProperty("user_id")]
public int UserID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
UserName
Declaration
[JsonProperty("user_name")]
public string UserName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
See Also