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