class Cisco::DNASpaces::IotDeviceInfo

Included Modules

Extended Modules

Defined in:

cisco/dna_spaces/iot_telemetry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def device_name : String #

[View source]
def device_name=(device_name : String) #

[View source]
def firmware_version : String #

[View source]
def firmware_version=(firmware_version : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def mac_address : String #

[View source]
def mac_address=(mac_address : String) #

[View source]
def manufacturer : String #

[View source]
def manufacturer=(manufacturer : String) #

[View source]
def os #

[View source]
def raw_id : String #

[View source]
def raw_id=(raw_id : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]