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