OBSSetBucketNotificationRequest Class Reference

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

Overview

Request for configuring bucket notification

  bucketName

Bucket name

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

Declared In

OBSSetBucketNotificationModel.h

  configurationList

Configuration list

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

Declared In

OBSSetBucketNotificationModel.h

– initWithBucketName:

Initialize a request for configuring bucket notification.

- (instancetype)initWithBucketName:(NSString *)bucketName

Parameters

bucketName

Bucket name

Return Value

request Object

Declared In

OBSSetBucketNotificationModel.h