GoogleFirestoreAdminV1ListFieldsResponse constructor
GoogleFirestoreAdminV1ListFieldsResponse({
- List<
GoogleFirestoreAdminV1Field> ? fields, - String? nextPageToken,
Implementation
GoogleFirestoreAdminV1ListFieldsResponse({
this.fields,
this.nextPageToken,
});