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