GoogleFirestoreAdminV1beta1Index constructor
GoogleFirestoreAdminV1beta1Index({
- String? collectionId,
- List<
GoogleFirestoreAdminV1beta1IndexField> ? fields, - String? name,
- String? state,
Implementation
GoogleFirestoreAdminV1beta1Index({
this.collectionId,
this.fields,
this.name,
this.state,
});