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