Sha256: a0e0007c08a5fc011b732bb4d407511773f7de5c54f679987594b3a4ea834aa3
Contents?: true
Size: 275 Bytes
Versions: 6
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module Telnyx class GlobalIpAssignment < APIResource extend APIOperations::List extend APIOperations::Create include APIOperations::Delete include APIOperations::Save OBJECT_NAME = "global_ip_assignment".freeze end end
Version data entries
6 entries across 6 versions & 1 rubygems