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