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