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