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