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