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