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