Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 562 Bytes

File metadata and controls

22 lines (16 loc) · 562 Bytes

TalonOne::WebhookAuthenticationWebhookRef

Properties

Name Type Description Notes
id Integer The internal ID of this entity.
title String The title of the webhook authentication.
description String A description of the webhook authentication. [optional]

Example

require 'talon_one_sdk'

instance = TalonOne::WebhookAuthenticationWebhookRef.new(
  id: 6,
  title: Send message,
  description: A webhook to send a coupon to the user.
)