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