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

UserPrompt

User prompt waiting for acknowledgment


Properties

string
callout_id Required

Associated callout id.


string
description Required

Description about the prompt.


string
id Required

Identifier of the object.


string
prompt_text Required

Text to display while running a recovery operation.


integer as int64
raised_time Required

The time when the prompt was initially raised, in milliseconds.

JSON Example

{
	"callout_id": "string",
	"description": "string",
	"id": "string",
	"prompt_text": "string",
	"raised_time": 0
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

UserPromptDrResponseList
Used By

UserPromptDrResponseEntity
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?