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