class Cisco::DNASpaces::UserPresence

Included Modules

Extended Modules

Defined in:

cisco/dna_spaces/user_presence.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def active_users_count : UserCount #

[View source]
def entry_datetime : String #

[View source]
def entry_timestamp : Int64 #

[View source]
def exit_datetime : String #

[View source]
def exit_timestamp : Int64 #

[View source]
def inactive_users_count : UserCount #

[View source]
def location : Location #

[View source]
def presence_event_type : String #

[View source]
def raw_user_id : String #

[View source]
def time_zone : String #

[View source]
def user : User #

[View source]
def visit_duration_minutes : Int32 #

[View source]
def visit_id : String #

[View source]
def was_in_active : Bool #

[View source]