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