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