ReadonlyexecutedTimestamp for the creation of the log entry
ReadonlyexecutedWhich device the action was performed on, typically 'iPhone', 'iPad', or 'Mac'
ReadonlyexecutedThe latitude portion of the location recorded when action was executed, if location services are enabled.
ReadonlyexecutedThe longitude portion of the location recorded when action was executed, if location services are enabled.
ReadonlylogThe content of the log
ReadonlystatusStatus of the log. "failed" indicates the action ended in an error, "completed" indicates successful completion of the action.
Optional ReadonlyactionThe Action object related to the log. This value may be undefined if the action no longer exists.
Optional ReadonlydraftThe Draft object related to the log. This value may be undefined if the action was performed without a draft in context, or if the related draft no longer exists.
ReadonlyuuidUnique identifier
ActionLog objects represent entries in the action log. ActionLog objects are accessed using the
actionLogsproperty of the Draft object.Example