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