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