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