DBTEAMLOGEmmChangePolicyDetails
Objective-C
@interface DBTEAMLOGEmmChangePolicyDetails
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGEmmChangePolicyDetails : NSObject, DBSerializable, NSCopying
The EmmChangePolicyDetails struct.
Enabled/disabled enterprise mobility management for members.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
New enterprise mobility management policy.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMPOLICIESEmmState *_Nonnull dNewValue;Swift
var dNewValue: DBTEAMPOLICIESEmmState { get } -
Previous enterprise mobility management policy. Might be missing due to historical data gap.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) DBTEAMPOLICIESEmmState *previousValue;Swift
var previousValue: DBTEAMPOLICIESEmmState? { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype) initWithDNewValue:(nonnull DBTEAMPOLICIESEmmState *)dNewValue previousValue:(nullable DBTEAMPOLICIESEmmState *)previousValue;Swift
init(dNewValue: DBTEAMPOLICIESEmmState, previousValue: DBTEAMPOLICIESEmmState?)Parameters
dNewValueNew enterprise mobility management policy.
previousValuePrevious enterprise mobility management policy. Might be missing due to historical data gap.
Return Value
An initialized instance.
-
Convenience constructor (exposes only non-nullable instance variables with no default value).
Declaration
Objective-C
- (nonnull instancetype)initWithDNewValue: (nonnull DBTEAMPOLICIESEmmState *)dNewValue;Swift
init(dNewValue: DBTEAMPOLICIESEmmState)Parameters
dNewValueNew enterprise mobility management policy.
Return Value
An initialized instance.
View on GitHub
DBTEAMLOGEmmChangePolicyDetails Class Reference