OBSSetBucketNotificationRequest Class Reference
| Inherits from | OBSBaseRequest : OBSAbstractModel : OBSMTLModel |
|---|---|
| Conforms to | OBSSetBucketNotificationProtocol |
| Declared in | OBSSetBucketNotificationModel.h OBSSetBucketNotificationModel.m |
bucketName
桶名
@property (nonatomic, strong, nonnull) NSString *bucketNameDeclared In
OBSSetBucketNotificationModel.h
configurationList
配置列表
@property (nonatomic, strong, nonnull) NSMutableArray<OBSNotificationTopicConfiguration*> *configurationListDeclared In
OBSSetBucketNotificationModel.h
– initWithBucketName:
初始化设置桶的消息通知配置request
- (instancetype)initWithBucketName:(NSString *)bucketNameParameters
bucketName |
桶名 |
|---|
Return Value
request对象
Declared In
OBSSetBucketNotificationModel.h