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