setRegion abstract method

BatchUserDataEditor setRegion(
  1. String? region
)

Set the application region. Overrides Batch's automatically detected value.

null deletes the override: Batch will autodetect the user region.

Implementation

BatchUserDataEditor setRegion(String? region);