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