DBTEAMRevokeLinkedApiAppBatchArg
Objective-C
@interface DBTEAMRevokeLinkedApiAppBatchArg
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMRevokeLinkedApiAppBatchArg : NSObject, DBSerializable, NSCopying
The RevokeLinkedApiAppBatchArg 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, readonly) NSArray<DBTEAMRevokeLinkedApiAppArg *> *_Nonnull revokeLinkedApp;Swift
var revokeLinkedApp: [DBTEAMRevokeLinkedApiAppArg] { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithRevokeLinkedApp: (nonnull NSArray<DBTEAMRevokeLinkedApiAppArg *> *)revokeLinkedApp;Swift
init(revokeLinkedApp: [DBTEAMRevokeLinkedApiAppArg])Parameters
revokeLinkedApp(no description).
Return Value
An initialized instance.
View on GitHub
DBTEAMRevokeLinkedApiAppBatchArg Class Reference