RepositoryMetadata constructor

RepositoryMetadata({
  1. String? arn,
  2. String? accountId,
  3. String? cloneUrlHttp,
  4. String? cloneUrlSsh,
  5. DateTime? creationDate,
  6. String? defaultBranch,
  7. DateTime? lastModifiedDate,
  8. String? repositoryDescription,
  9. String? repositoryId,
  10. String? repositoryName,
})

Implementation

RepositoryMetadata({
  this.arn,
  this.accountId,
  this.cloneUrlHttp,
  this.cloneUrlSsh,
  this.creationDate,
  this.defaultBranch,
  this.lastModifiedDate,
  this.repositoryDescription,
  this.repositoryId,
  this.repositoryName,
});