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