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