AWSLocationDeleteGeofenceCollectionRequest

Objective-C

@interface AWSLocationDeleteGeofenceCollectionRequest

Swift

class AWSLocationDeleteGeofenceCollectionRequest
  • The name of the geofence collection to be deleted.

    Declaration

    Objective-C

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

    Swift

    var collectionName: String? { get set }