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