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