CodeReviewSummary constructor
CodeReviewSummary({})
Implementation
CodeReviewSummary({
this.codeReviewArn,
this.createdTimeStamp,
this.lastUpdatedTimeStamp,
this.metricsSummary,
this.name,
this.owner,
this.providerType,
this.pullRequestId,
this.repositoryName,
this.state,
this.type,
});