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