Sha256: 4208ac305489052264fb756e798a3dc8e39a0a61942c365819a96f4af2cbef52
Contents?: true
Size: 230 Bytes
Versions: 6
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true module Telnyx class VerifyProfile < APIResource extend APIOperations::List extend APIOperations::Create include APIOperations::Save OBJECT_NAME = "verify_profile".freeze end end
Version data entries
6 entries across 6 versions & 1 rubygems