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