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