GoogleFirestoreAdminV1SearchIndexOptions.fromJson constructor
GoogleFirestoreAdminV1SearchIndexOptions.fromJson(
- Map json_
Implementation
GoogleFirestoreAdminV1SearchIndexOptions.fromJson(core.Map json_)
: this(
textLanguage: json_['textLanguage'] as core.String?,
textLanguageOverrideFieldPath:
json_['textLanguageOverrideFieldPath'] as core.String?,
);