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