ApprovalRuleTemplate constructor

ApprovalRuleTemplate({
  1. String? approvalRuleTemplateContent,
  2. String? approvalRuleTemplateDescription,
  3. String? approvalRuleTemplateId,
  4. String? approvalRuleTemplateName,
  5. DateTime? creationDate,
  6. DateTime? lastModifiedDate,
  7. String? lastModifiedUser,
  8. String? ruleContentSha256,
})

Implementation

ApprovalRuleTemplate({
  this.approvalRuleTemplateContent,
  this.approvalRuleTemplateDescription,
  this.approvalRuleTemplateId,
  this.approvalRuleTemplateName,
  this.creationDate,
  this.lastModifiedDate,
  this.lastModifiedUser,
  this.ruleContentSha256,
});