CodeReviewSummary class

Information about the summary of the code review.

Constructors

CodeReviewSummary({String? codeReviewArn, DateTime? createdTimeStamp, DateTime? lastUpdatedTimeStamp, MetricsSummary? metricsSummary, String? name, String? owner, ProviderType? providerType, String? pullRequestId, String? repositoryName, JobState? state, Type? type})
CodeReviewSummary.fromJson(Map<String, dynamic> json)
factory

Properties

codeReviewArn String?
The Amazon Resource Name (ARN) of the CodeReview object.
final
createdTimeStamp DateTime?
The time, in milliseconds since the epoch, when the code review was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTimeStamp DateTime?
The time, in milliseconds since the epoch, when the code review was last updated.
final
metricsSummary MetricsSummary?
The statistics from the code review.
final
name String?
The name of the code review.
final
owner String?
The owner of the repository. For an AWS CodeCommit repository, this is the AWS account ID of the account that owns the repository. For a GitHub, GitHub Enterprise Server, or Bitbucket repository, this is the username for the account that owns the repository.
final
providerType ProviderType?
The provider type of the repository association.
final
pullRequestId String?
The pull request ID for the code review.
final
repositoryName String?
The name of the repository.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state JobState?
The state of the code review.
final
type Type?
The type of the code review.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited