SipRule constructor
SipRule({
- DateTime? createdTimestamp,
- bool? disabled,
- String? name,
- String? sipRuleId,
- List<
SipRuleTargetApplication> ? targetApplications, - SipRuleTriggerType? triggerType,
- String? triggerValue,
- DateTime? updatedTimestamp,
Implementation
SipRule({
this.createdTimestamp,
this.disabled,
this.name,
this.sipRuleId,
this.targetApplications,
this.triggerType,
this.triggerValue,
this.updatedTimestamp,
});