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