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