GoogleCloudIdentitytoolkitAdminV2AllowlistOnly.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2AllowlistOnly.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitAdminV2AllowlistOnly.fromJson(core.Map json_)
: this(
allowedRegions: (json_['allowedRegions'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);