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