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