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