BatchDisassociateApprovalRuleTemplateFromRepositoriesError constructor

BatchDisassociateApprovalRuleTemplateFromRepositoriesError({
  1. String? errorCode,
  2. String? errorMessage,
  3. String? repositoryName,
})

Implementation

BatchDisassociateApprovalRuleTemplateFromRepositoriesError({
  this.errorCode,
  this.errorMessage,
  this.repositoryName,
});