[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

EnvironmentBrowserDataDrResponseEntity

The result of the browsing datastore request.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"datastore_id": "string",
	"datastore_name": "string",
	"modification": 0,
	"name": "string",
	"owner": "root",
	"path": "/datastore-name/testFolder/childFolder",
	"size": 0,
	"type": "FOLDER"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?