regionCode property

List<String>? regionCode
getter/setter pair

Regions targeted by the recovery action.

Region codes are ISO 3166 Alpha-2 country codes. For example, US stands for United States of America. See https://www.iso.org/iso-3166-country-codes.html for the complete list of country codes.

Implementation

core.List<core.String>? regionCode;