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