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