ListFeaturesResponse

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

JSON representation
{
  "features": [
    {
      object (Feature)
    }
  ],
  "nextPageToken": string
}
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.