GitHubCodeDestination class

Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.

Constructors

GitHubCodeDestination({required bool issuesEnabled, required String name, required String owner, required bool privateRepository, required String token, required String type, String? description})

Properties

description String?
Description for the GitHub repository to be created in AWS CodeStar. This description displays in GitHub after the repository is created.
final
hashCode int
The hash code for this object.
no setterinherited
issuesEnabled bool
Whether to enable issues for the GitHub repository.
final
name String
Name of the GitHub repository to be created in AWS CodeStar.
final
owner String
The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar. If this repository should be owned by a GitHub organization, provide its name.
final
privateRepository bool
Whether the GitHub repository is to be a private repository.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
The GitHub user's personal access token for the GitHub repository.
final
type String
The type of GitHub repository to be created in AWS CodeStar. Valid values are User or Organization.
final

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