GoogleFirestoreAdminV1ListFieldsResponse constructor

GoogleFirestoreAdminV1ListFieldsResponse({
  1. List<GoogleFirestoreAdminV1Field>? fields,
  2. String? nextPageToken,
})

Implementation

GoogleFirestoreAdminV1ListFieldsResponse({
  this.fields,
  this.nextPageToken,
});