DBTEAMLOGDeviceChangeIpDesktopDetails
Objective-C
@interface DBTEAMLOGDeviceChangeIpDesktopDetails
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGDeviceChangeIpDesktopDetails : NSObject, DBSerializable, NSCopying
                The DeviceChangeIpDesktopDetails struct.
Changed IP address associated with active desktop session.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
Device’s session logged information.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceSessionLogInfo *_Nonnull deviceSessionInfo;Swift
var deviceSessionInfo: DBTEAMLOGDeviceSessionLogInfo { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceSessionInfo: (nonnull DBTEAMLOGDeviceSessionLogInfo *)deviceSessionInfo;Swift
init(deviceSessionInfo: DBTEAMLOGDeviceSessionLogInfo)Parameters
deviceSessionInfoDevice’s session logged information.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGDeviceChangeIpDesktopDetails Class Reference