DescribeRepositoryAssociationResponse constructor
DescribeRepositoryAssociationResponse({
- RepositoryAssociation? repositoryAssociation,
- Map<
String, String> ? tags,
Implementation
DescribeRepositoryAssociationResponse({
this.repositoryAssociation,
this.tags,
});