menu
googleapis package
documentation
datamigration/v1.dart
IndexEntity
IndexEntity constructor
IndexEntity constructor
dark_mode
light_mode
IndexEntity
constructor
IndexEntity
(
{
Map
<
String
,
Object
?
>
?
customFeatures
,
String
?
name
,
List
<
String
>
?
tableColumns
,
String
?
type
,
bool
?
unique
,
})
Implementation
IndexEntity({ this.customFeatures, this.name, this.tableColumns, this.type, this.unique, });
googleapis package
documentation
datamigration/v1
IndexEntity
IndexEntity constructor
IndexEntity class