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