DBTEAMLOGTeamProfileAddBackgroundType
Objective-C
@interface DBTEAMLOGTeamProfileAddBackgroundType
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGTeamProfileAddBackgroundType : NSObject, DBSerializable, NSCopying
The TeamProfileAddBackgroundType
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.