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