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