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