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