locationservice_update_geofence_collection {paws.application.integration} | R Documentation |
Updates the specified properties of a given geofence collection
Description
Updates the specified properties of a given geofence collection.
See https://www.paws-r-sdk.com/docs/locationservice_update_geofence_collection/ for full documentation.
Usage
locationservice_update_geofence_collection(
CollectionName,
PricingPlan = NULL,
PricingPlanDataSource = NULL,
Description = NULL
)
Arguments
CollectionName |
[required] The name of the geofence collection to update. |
PricingPlan |
No longer used. If included, the only allowed value is
|
PricingPlanDataSource |
This parameter is no longer used. |
Description |
Updates the description for the geofence collection. |
[Package paws.application.integration version 0.7.0 Index]