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