AssociateRepositoryResponse constructor

AssociateRepositoryResponse({
  1. RepositoryAssociation? repositoryAssociation,
  2. Map<String, String>? tags,
})

Implementation

AssociateRepositoryResponse({
  this.repositoryAssociation,
  this.tags,
});