Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 746 Bytes

AttemptResponse.md

File metadata and controls

17 lines (12 loc) · 746 Bytes

openapi.model.AttemptResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
dtAttemptStart String Represent a Date Time. The timezone is the one configured in the User's profile.
sAttemptResult String The Success or Failure message of the attempt when we tried to call the URL to deliver the webhook event.
iAttemptDuration int The number of second it took to process the webhook or get an error

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