Generated by DocFX

Class HWDto

Dto for HARDWARIO CHESTER data about hardware

Inheritance
System.Object
HWDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Devices.APIs.HARDWARIO.Dto
Assembly: VEDriversLite.dll
Syntax
public class HWDto

Properties

| Improve this Doc View Source

created_at

Message created at utc time

Declaration
public DateTime created_at { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

data

Message data

Declaration
public HWDataDto data { get; set; }
Property Value
Type Description
HWDataDto
| Improve this Doc View Source

device_id

CHESTER Device Id

Declaration
public string device_id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

group_id

Group Id where device is

Declaration
public string group_id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

id

ID of the CHESTER device message

Declaration
public string id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

label

Label of the device

Declaration
public string label { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

name

Name of the device

Declaration
public string name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

organization_id

Organization Id where device is

Declaration
public string organization_id { get; set; }
Property Value
Type Description
System.String