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