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