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