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