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