ScriptVersionDetailsResponse object

Example JSON representation

{
  "data": {
    "added": "2013-01-01T12:34:56.789Z",
    "body": "string",
    "script": {
      "id": 1
    },
    "version": "string"
  },
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
ScriptVersion object
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object