SipRule constructor

SipRule({
  1. DateTime? createdTimestamp,
  2. bool? disabled,
  3. String? name,
  4. String? sipRuleId,
  5. List<SipRuleTargetApplication>? targetApplications,
  6. SipRuleTriggerType? triggerType,
  7. String? triggerValue,
  8. DateTime? updatedTimestamp,
})

Implementation

SipRule({
  this.createdTimestamp,
  this.disabled,
  this.name,
  this.sipRuleId,
  this.targetApplications,
  this.triggerType,
  this.triggerValue,
  this.updatedTimestamp,
});