RepositoryAssociation constructor

RepositoryAssociation({
  1. String? associationArn,
  2. String? associationId,
  3. String? connectionArn,
  4. DateTime? createdTimeStamp,
  5. DateTime? lastUpdatedTimeStamp,
  6. String? name,
  7. String? owner,
  8. ProviderType? providerType,
  9. RepositoryAssociationState? state,
  10. String? stateReason,
})

Implementation

RepositoryAssociation({
  this.associationArn,
  this.associationId,
  this.connectionArn,
  this.createdTimeStamp,
  this.lastUpdatedTimeStamp,
  this.name,
  this.owner,
  this.providerType,
  this.state,
  this.stateReason,
});