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