SIPInboundRoutingRuleResponse constructor
SIPInboundRoutingRuleResponse({
- SIPCallConfigsResponse? callConfigs,
- List<
String> calledNumbers = const [], - SIPCallerConfigsResponse? callerConfigs,
- List<
String> callerNumbers = const [], - required DateTime createdAt,
- SIPDirectRoutingRuleCallConfigsResponse? directRoutingConfigs,
- required String duration,
- required String id,
- required String name,
- SIPPinProtectionConfigsResponse? pinProtectionConfigs,
- SIPInboundRoutingRulePinConfigsResponse? pinRoutingConfigs,
- List<
String> trunkIds = const [], - required DateTime updatedAt,
Returns a new SIPInboundRoutingRuleResponse instance.
Implementation
SIPInboundRoutingRuleResponse({
this.callConfigs,
this.calledNumbers = const [],
this.callerConfigs,
this.callerNumbers = const [],
required this.createdAt,
this.directRoutingConfigs,
required this.duration,
required this.id,
required this.name,
this.pinProtectionConfigs,
this.pinRoutingConfigs,
this.trunkIds = const [],
required this.updatedAt,
});