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