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