DBFILEPROPERTIESAddTemplateResult
Objective-C
@interface DBFILEPROPERTIESAddTemplateResult
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBFILEPROPERTIESAddTemplateResult : NSObject, DBSerializable, NSCopying
                The AddTemplateResult struct.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
An identifier for template added by See
templatesAddForUserortemplatesAddForTeam.Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull templateId;Swift
var templateId: String { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithTemplateId:(nonnull NSString *)templateId;Swift
init(templateId: String)Parameters
templateIdAn identifier for template added by See
templatesAddForUserortemplatesAddForTeam.Return Value
An initialized instance.
 
View on GitHub
        DBFILEPROPERTIESAddTemplateResult Class Reference