GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig.fromJson(core.Map json_)
  : this(
      allowTenants: json_['allowTenants'] as core.bool?,
      defaultTenantLocation: json_['defaultTenantLocation'] as core.String?,
    );