RepositoryAssociationSummary constructor

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

Implementation

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