DBTEAMLegalHoldsPolicyReleaseArgSerializer
Objective-C
@interface DBTEAMLegalHoldsPolicyReleaseArgSerializer : NSObject
Swift
class DBTEAMLegalHoldsPolicyReleaseArgSerializer : NSObject
The serialization class for the LegalHoldsPolicyReleaseArg
struct.
-
Serializes
DBTEAMLegalHoldsPolicyReleaseArg
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLegalHoldsPolicyReleaseArg *)instance;
Swift
class func serialize(_ instance: DBTEAMLegalHoldsPolicyReleaseArg) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLegalHoldsPolicyReleaseArg
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLegalHoldsPolicyReleaseArg
API object. -
Deserializes
DBTEAMLegalHoldsPolicyReleaseArg
instances.Declaration
Objective-C
+ (nonnull DBTEAMLegalHoldsPolicyReleaseArg *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLegalHoldsPolicyReleaseArg
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLegalHoldsPolicyReleaseArg
API object.Return Value
An instantiation of the
DBTEAMLegalHoldsPolicyReleaseArg
object.