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