AWSLocationBatchDeleteGeofenceRequest

Objective-C

@interface AWSLocationBatchDeleteGeofenceRequest

Swift

class AWSLocationBatchDeleteGeofenceRequest
  • The geofence collection storing the geofences to be deleted.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable collectionName;

    Swift

    var collectionName: String? { get set }
  • The batch of geofences to be deleted.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable geofenceIds;

    Swift

    var geofenceIds: [String]? { get set }