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