headers property

List<WebhookHeaderInput> get headers
inherited

headers is the list of headers that the webhook should use. If you detect any issue with the headers, please contact the Layrz Integration Team at (support@layrz.com)mailto:support@layrz.com

Implementation

@WebhookFormatConverter() set contentType(WebhookFormat value);/// [headers] is the list of headers that the webhook should use.
/// If you detect any issue with the headers, please contact the
/// Layrz Integration Team at (support@layrz.com)[mailto:support@layrz.com]
 List<WebhookHeaderInput> get headers;
set headers (List<WebhookHeaderInput> value)
inherited

headers is the list of headers that the webhook should use. If you detect any issue with the headers, please contact the Layrz Integration Team at (support@layrz.com)mailto:support@layrz.com

Implementation

List<WebhookHeaderInput> get headers;/// [headers] is the list of headers that the webhook should use.
/// If you detect any issue with the headers, please contact the
/// Layrz Integration Team at (support@layrz.com)[mailto:support@layrz.com]
set headers(List<WebhookHeaderInput> value);