Sha256: 193d9011eb8e5ebdf712de94128500392e059610cab935754b84ba185ba07c5e
Contents?: true
Size: 308 Bytes
Versions: 5
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module Telnyx class NotificationProfile < APIResource extend Telnyx::APIOperations::List extend Telnyx::APIOperations::Create include Telnyx::APIOperations::Delete include Telnyx::APIOperations::Save OBJECT_NAME = "notification_profile".freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems