ListAssetsResponse

Response message for EarthEngineService.ListAssets.

JSON representation
{
  "assets": [
    {
      object (EarthEngineAsset)
    }
  ],
  "nextPageToken": string
}
Fields
assets[]

object (EarthEngineAsset)

The list of assets.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListAssetsRequest.page_token field in the subsequent call to the ListAssets method to retrieve the next page of results.