Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 912 Bytes

Body5.md

File metadata and controls

19 lines (14 loc) · 912 Bytes

openapi.model.Body5

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
webhookDoctype String [optional] [default to null]
webhookDocevent String [optional] [default to null]
requestUrl String [optional] [default to null]
webhookHeaders List<ApiresourceWebhookWebhookHeaders> Request headers, for example for authorization [optional] [default to []]
webhookData List<ApiresourceWebhookWebhookData> Map document fields to keys [optional] [default to []]

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