ListRepositoriesForApprovalRuleTemplateOutput constructor

ListRepositoriesForApprovalRuleTemplateOutput({
  1. String? nextToken,
  2. List<String>? repositoryNames,
})

Implementation

ListRepositoriesForApprovalRuleTemplateOutput({
  this.nextToken,
  this.repositoryNames,
});