Proxy class

The proxy configuration for an Amazon Chime Voice Connector.

Constructors

Proxy({int? defaultSessionExpiryMinutes, bool? disabled, String? fallBackPhoneNumber, List<String>? phoneNumberCountries})
Proxy.fromJson(Map<String, dynamic> json)
factory

Properties

defaultSessionExpiryMinutes int?
The default number of minutes allowed for proxy sessions.
final
disabled bool?
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
final
fallBackPhoneNumber String?
The phone number to route calls to after a proxy session expires.
final
hashCode int
The hash code for this object.
no setterinherited
phoneNumberCountries List<String>?
The countries for proxy phone numbers to be selected from.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited