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