DBTEAMLOGSharedFolderChangeMembersPolicyDetailsSerializer
Objective-C
@interface DBTEAMLOGSharedFolderChangeMembersPolicyDetailsSerializer : NSObject
Swift
class DBTEAMLOGSharedFolderChangeMembersPolicyDetailsSerializer : NSObject
The serialization class for the SharedFolderChangeMembersPolicyDetails
struct.
-
Serializes
DBTEAMLOGSharedFolderChangeMembersPolicyDetails
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGSharedFolderChangeMembersPolicyDetails *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGSharedFolderChangeMembersPolicyDetails) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGSharedFolderChangeMembersPolicyDetails
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGSharedFolderChangeMembersPolicyDetails
API object. -
Deserializes
DBTEAMLOGSharedFolderChangeMembersPolicyDetails
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGSharedFolderChangeMembersPolicyDetails *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGSharedFolderChangeMembersPolicyDetails
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGSharedFolderChangeMembersPolicyDetails
API object.Return Value
An instantiation of the
DBTEAMLOGSharedFolderChangeMembersPolicyDetails
object.