AWSLocationBatchPutGeofenceRequest
Objective-C
@interface AWSLocationBatchPutGeofenceRequest
Swift
class AWSLocationBatchPutGeofenceRequest
-
The geofence collection storing the geofences.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionName;Swift
var collectionName: String? { get set } -
The batch of geofences to be stored in a geofence collection.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationBatchPutGeofenceRequestEntry *> *_Nullable entries;Swift
var entries: [AWSLocationBatchPutGeofenceRequestEntry]? { get set }
View on GitHub
Install in Dash
AWSLocationBatchPutGeofenceRequest Class Reference