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