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