Origination class

Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.

Constructors

Origination({bool? disabled, List<OriginationRoute>? routes})
Origination.fromJson(Map<String, dynamic> json)
factory

Properties

disabled bool?
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
final
hashCode int
The hash code for this object.
no setterinherited
routes List<OriginationRoute>?
The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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