PageFilenameSuggestResponse Data Type

Response containing the suggested fileName

Properties
name data type constraints description
fileName string   Suggested fileName
messages array of Message   Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo  
inBackground boolean required boolean Whether the job was pushed into the background.

Example

{
  "fileName" : "my-new-page.en.html",
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  },
  "inBackground" : true
}