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