CodeReview constructor

CodeReview({
  1. String? associationArn,
  2. String? codeReviewArn,
  3. DateTime? createdTimeStamp,
  4. DateTime? lastUpdatedTimeStamp,
  5. Metrics? metrics,
  6. String? name,
  7. String? owner,
  8. ProviderType? providerType,
  9. String? pullRequestId,
  10. String? repositoryName,
  11. SourceCodeType? sourceCodeType,
  12. JobState? state,
  13. String? stateReason,
  14. Type? type,
})

Implementation

CodeReview({
  this.associationArn,
  this.codeReviewArn,
  this.createdTimeStamp,
  this.lastUpdatedTimeStamp,
  this.metrics,
  this.name,
  this.owner,
  this.providerType,
  this.pullRequestId,
  this.repositoryName,
  this.sourceCodeType,
  this.state,
  this.stateReason,
  this.type,
});