Values.UpdateGeofenceCollectionRequestSourceUpdates the specified properties of a given geofence collection.
type nonrec t = {collectionName : ResourceName.t;The name of the geofence collection to update.
*)pricingPlan : PricingPlan.t option;No longer used. If included, the only allowed value is RequestBasedUsage.
*)pricingPlanDataSource : String_.t option;This parameter is no longer used.
*)description : ResourceDescription.t option;Updates the description for the geofence collection.
*)}val make :
?pricingPlan:??? ->
?pricingPlanDataSource:??? ->
?description:??? ->
collectionName:ResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]