SipRuleTargetApplication class
Target SIP media application along with other details like priority and AWS Region to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.
Constructors
- SipRuleTargetApplication({String? awsRegion, int? priority, String? sipMediaApplicationId})
-
SipRuleTargetApplication.fromJson(Map<
String, dynamic> json) -
factory
Properties
- awsRegion → String?
-
AWS Region of target application.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- priority → int?
-
Priority of the SIP media application in the target list.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sipMediaApplicationId → String?
-
The SIP media application ID.
final
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