DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeSerializer
Objective-C
@interface DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeSerializer : NSObject
Swift
class DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeSerializer : NSObject
The serialization class for the WebSessionsChangeIdleLengthPolicyType
struct.
-
Serializes
DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGWebSessionsChangeIdleLengthPolicyType *)instance;Swift
class func serialize(_ instance: DBTEAMLOGWebSessionsChangeIdleLengthPolicyType) -> [String : Any]?Parameters
instanceAn instance of the
DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeAPI object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeAPI object. -
Deserializes
DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeinstances.Declaration
Objective-C
+ (nonnull DBTEAMLOGWebSessionsChangeIdleLengthPolicyType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeParameters
dictA json-compatible dictionary representation of the
DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeAPI object.Return Value
An instantiation of the
DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeobject.
View on GitHub
DBTEAMLOGWebSessionsChangeIdleLengthPolicyTypeSerializer Class Reference