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