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