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