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