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