RepositoryAssociationSummary constructor
RepositoryAssociationSummary({
- String? associationArn,
- String? associationId,
- String? connectionArn,
- DateTime? lastUpdatedTimeStamp,
- String? name,
- String? owner,
- ProviderType? providerType,
- RepositoryAssociationState? state,
Implementation
RepositoryAssociationSummary({
this.associationArn,
this.associationId,
this.connectionArn,
this.lastUpdatedTimeStamp,
this.name,
this.owner,
this.providerType,
this.state,
});