GoogleCloudIdentitytoolkitAdminV2AllowlistOnly.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2AllowlistOnly.fromJson(
  1. Map _json
)

Implementation

GoogleCloudIdentitytoolkitAdminV2AllowlistOnly.fromJson(core.Map _json)
    : this(
        allowedRegions: _json.containsKey('allowedRegions')
            ? (_json['allowedRegions'] as core.List)
                .map((value) => value as core.String)
                .toList()
            : null,
      );