Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 370 Bytes

File metadata and controls

20 lines (14 loc) · 370 Bytes

Bandwidth::WebhookSubscriptionBasicAuthentication

Properties

Name Type Description Notes
username String
password String

Example

require 'bandwidth-sdk'

instance = Bandwidth::WebhookSubscriptionBasicAuthentication.new(
  username: null,
  password: null
)