OBSSetBucketNotificationRequest Class Reference

Inherits from OBSBaseRequest : OBSAbstractModel : OBSMTLModel
Conforms to OBSSetBucketNotificationProtocol
Declared in OBSSetBucketNotificationModel.h
OBSSetBucketNotificationModel.m

Overview

设置桶的消息通知配置request

  bucketName

桶名

@property (nonatomic, strong, nonnull) NSString *bucketName

Declared In

OBSSetBucketNotificationModel.h

  configurationList

配置列表

@property (nonatomic, strong, nonnull) NSMutableArray<OBSNotificationTopicConfiguration*> *configurationList

Declared In

OBSSetBucketNotificationModel.h

– initWithBucketName:

初始化设置桶的消息通知配置request

- (instancetype)initWithBucketName:(NSString *)bucketName

Parameters

bucketName

桶名

Return Value

request对象

Declared In

OBSSetBucketNotificationModel.h