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