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