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