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