OBSSetBucketNotificationRequest Class Reference
| Inherits from | OBSBaseRequest : OBSAbstractModel : OBSMTLModel | 
|---|---|
| Conforms to | OBSSetBucketNotificationProtocol | 
| Declared in | OBSSetBucketNotificationModel.h OBSSetBucketNotificationModel.m  | 
  bucketName
	Bucket name
@property (nonatomic, strong, nonnull) NSString *bucketNameDeclared In
OBSSetBucketNotificationModel.h
  configurationList
	Configuration list
@property (nonatomic, strong, nonnull) NSMutableArray<OBSNotificationTopicConfiguration*> *configurationListDeclared In
OBSSetBucketNotificationModel.h
– initWithBucketName:
	Initialize a request for configuring bucket notification.
- (instancetype)initWithBucketName:(NSString *)bucketNameParameters
bucketName | 
						Bucket name  | 
					
|---|
Return Value
request Object
Declared In
OBSSetBucketNotificationModel.h