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