DBTEAMPOLICIESExternalDriveBackupPolicyStateSerializer
Objective-C
@interface DBTEAMPOLICIESExternalDriveBackupPolicyStateSerializer : NSObject
                Swift
class DBTEAMPOLICIESExternalDriveBackupPolicyStateSerializer : NSObject
                The serialization class for the
DBTEAMPOLICIESExternalDriveBackupPolicyState union.
- 
                  
                  
Serializes
DBTEAMPOLICIESExternalDriveBackupPolicyStateinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMPOLICIESExternalDriveBackupPolicyState *)instance;Swift
class func serialize(_ instance: DBTEAMPOLICIESExternalDriveBackupPolicyState) -> [String : Any]?Parameters
instanceAn instance of the
DBTEAMPOLICIESExternalDriveBackupPolicyStateAPI object.Return Value
A json-compatible dictionary representation of the
DBTEAMPOLICIESExternalDriveBackupPolicyStateAPI object. - 
                  
                  
Deserializes
DBTEAMPOLICIESExternalDriveBackupPolicyStateinstances.Declaration
Objective-C
+ (nonnull DBTEAMPOLICIESExternalDriveBackupPolicyState *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMPOLICIESExternalDriveBackupPolicyStateParameters
dictA json-compatible dictionary representation of the
DBTEAMPOLICIESExternalDriveBackupPolicyStateAPI object.Return Value
An instantiation of the
DBTEAMPOLICIESExternalDriveBackupPolicyStateobject. 
View on GitHub
        DBTEAMPOLICIESExternalDriveBackupPolicyStateSerializer Class Reference