Documentation

WebhookNewAttachmentPayloadTest extends TestCase
in package

WebhookNewAttachmentPayloadTest Class Doc Comment

Tags
category

Class

description

NEW_ATTACHMENT webhook payload. Sent to your webhook url endpoint via HTTP POST when an email is received by the inbox that your webhook is attached to that contains an attachment. You can use the attachmentId to download the attachment.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test case
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testPropertyAttachmentId()  : mixed
Test attribute "attachment_id"
testPropertyContentLength()  : mixed
Test attribute "content_length"
testPropertyContentType()  : mixed
Test attribute "content_type"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertyName()  : mixed
Test attribute "name"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"
testWebhookNewAttachmentPayload()  : mixed
Test "WebhookNewAttachmentPayload"

Methods

testWebhookNewAttachmentPayload()

Test "WebhookNewAttachmentPayload"

public testWebhookNewAttachmentPayload() : mixed
Return values
mixed

Search results