Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 713 Bytes

File metadata and controls

12 lines (8 loc) · 713 Bytes

DataActionRequest

Properties

Name Type Description Notes
action dict(str, str) The JSON describing the data action. This JSON should be considered opaque and should be passed through unmodified from the query result it came from. [optional]
form_values dict(str, str) User input for any form values the data action might use. [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]