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