GoogleFirestoreAdminV1beta2ListFieldsResponse constructor

GoogleFirestoreAdminV1beta2ListFieldsResponse({
  1. List<GoogleFirestoreAdminV1beta2Field>? fields,
  2. String? nextPageToken,
})

Implementation

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