ThirdPartySourceRepository class

Information about a third-party source repository connected to CodeGuru Reviewer.

Constructors

ThirdPartySourceRepository({required String connectionArn, required String name, required String owner})

Properties

connectionArn String
The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For more information, see Connection in the AWS CodeStar Connections API Reference.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the third party source repository.
final
owner String
The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository, this is the username for the account that owns the repository.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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