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