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