DBTEAMLOGAllowDownloadDisabledType
Objective-C
@interface DBTEAMLOGAllowDownloadDisabledType
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGAllowDownloadDisabledType : NSObject, DBSerializable, NSCopying
The AllowDownloadDisabledType
struct.
This class implements the DBSerializable
protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
(no description).
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull description_;
Swift
var description_: String { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithDescription_:(nonnull NSString *)description_;
Swift
init(description_: String)
Parameters
description_
(no description).
Return Value
An initialized instance.