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