PageFilenameSuggestResponse Data Type

Response containing the suggested fileName

Properties
name data type description
fileName string Suggested fileName
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

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