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