GoogleCloudIdentitytoolkitAdminV2QuotaConfig.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2QuotaConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2QuotaConfig.fromJson(core.Map json_)
    : this(
        signUpQuotaConfig: json_.containsKey('signUpQuotaConfig')
            ? GoogleCloudIdentitytoolkitAdminV2TemporaryQuota.fromJson(
                json_['signUpQuotaConfig']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );