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,
      );