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