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