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