ListFeaturesResponse

Response message for FeaturestoreService.ListFeatures. Response message for FeatureRegistryService.ListFeatures.

Fields
features[] object (Feature)

The Features matching the request.

nextPageToken string

A token, which can be sent as ListFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

JSON representation
{ "features": [ { object (Feature) } ], "nextPageToken": string }