SIPInboundRoutingRuleResponse

constructor(@Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "duration") duration: String, @Json(name = "id") id: String, @Json(name = "name") name: String, @Json(name = "updated_at") updatedAt: OffsetDateTime, @Json(name = "called_numbers") calledNumbers: List<String> = emptyList(), @Json(name = "trunk_ids") trunkIds: List<String> = emptyList(), @Json(name = "caller_numbers") callerNumbers: List<String>? = emptyList(), @Json(name = "call_configs") callConfigs: SIPCallConfigsResponse? = null, @Json(name = "caller_configs") callerConfigs: SIPCallerConfigsResponse? = null, @Json(name = "direct_routing_configs") directRoutingConfigs: SIPDirectRoutingRuleCallConfigsResponse? = null, @Json(name = "pin_protection_configs") pinProtectionConfigs: SIPPinProtectionConfigsResponse? = null, @Json(name = "pin_routing_configs") pinRoutingConfigs: SIPInboundRoutingRulePinConfigsResponse? = null)